Skip to content

Commit b6fd89e

Browse files
committed
fix e2e tests
1 parent cccfc55 commit b6fd89e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/tests/authenticationKeys.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ QW+7CejaY/Essu7DN6HwqwXbipny63b8ct1UXjG02S+Q
117117
// check if it can be deleted
118118
const deletePromise = page.waitForResponse('**/auth_key');
119119
const card = page.locator('.authentication-key-item');
120-
await waitForPromise(100);
120+
await waitForPromise(200);
121121
await card.locator('.edit-button').click();
122+
await waitForPromise(200);
122123
await page.getByRole('button', { name: 'Delete Key', exact: true }).click();
123124
await page
124125
.locator('.modal-content')

0 commit comments

Comments
 (0)