We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb7a24 commit 9a2b9b6Copy full SHA for 9a2b9b6
tests/e2e/tests/critical-path/browser/context.e2e.ts
@@ -116,7 +116,6 @@ test
116
// Check Keys details saved
117
await t.expect(browserPage.keyNameFormDetails.innerText).eql(targetKeyName, 'Key details is not saved as context');
118
// Check Key selected in Key List
119
- console.log(`targetKey.getAttribute('class'): ${await targetKey.getAttribute('class')}`);
120
await t.expect(await targetKey.getAttribute('class')).contains('table-row-selected', 'Not correct key selected in key list');
121
});
122
test
0 commit comments