Skip to content

Commit 296dbf6

Browse files
committed
update for test
1 parent a8247b3 commit 296dbf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/tests/regression/browser/add-keys.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fixture `Different JSON types creation`
2828
test('Verify that user can create different types(string, number, null, array, boolean) of JSON', async t => {
2929
for (let i = 0; i < jsonKeys.length; i++) {
3030
await browserPage.addJsonKey(jsonKeys[i][0], jsonKeys[i][1]);
31+
await t.hover(browserPage.toastCloseButton);
3132
await t.click(browserPage.toastCloseButton);
3233
await t.click(browserPage.refreshKeysButton);
3334
await t.expect(await browserPage.isKeyIsDisplayedInTheList(jsonKeys[i][0])).ok(`${jsonKeys[i][0]} key not displayed`);

0 commit comments

Comments
 (0)