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 47ff652 commit b9d7de1Copy full SHA for b9d7de1
tests/e2e/tests/smoke/browser/add-keys.e2e.ts
@@ -31,7 +31,7 @@ test
31
await t.expect(notofication).contains('Key has been added', 'The notification');
32
//check that new key is displayed in the list
33
await browserPage.searchByKeyName(keyName);
34
- const isKeyIsDisplayedInTheList = await browserPage.isKeyIsDisplayedInTheList(keyName);
+ const isKeyIsDisplayedInTheList = await browserPage.isKeyIsDisplayedInTheList('Key has been added');
35
await t.expect(isKeyIsDisplayedInTheList).ok('The key is added');
36
});
37
test
0 commit comments