Skip to content

Commit 9a2b9b6

Browse files
author
ALENA NABOKA
committed
remove console.log
1 parent 0eb7a24 commit 9a2b9b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/tests/critical-path/browser/context.e2e.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ test
116116
// Check Keys details saved
117117
await t.expect(browserPage.keyNameFormDetails.innerText).eql(targetKeyName, 'Key details is not saved as context');
118118
// Check Key selected in Key List
119-
console.log(`targetKey.getAttribute('class'): ${await targetKey.getAttribute('class')}`);
120119
await t.expect(await targetKey.getAttribute('class')).contains('table-row-selected', 'Not correct key selected in key list');
121120
});
122121
test

0 commit comments

Comments
 (0)