Skip to content

Commit 30bd904

Browse files
committed
fix 5
1 parent 9dfb689 commit 30bd904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/electron/regression/database/cloud-sso.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test('Verify that user can see SSO feature if it is enabled in feature config',
4343
await t.expect(myRedisDatabasePage.AuthorizationDialog.gitHubAuth.exists).ok('Github auth button not displayed in Sigh in modal');
4444
await t.expect(myRedisDatabasePage.AuthorizationDialog.ssoAuth.exists).ok('SSO auth button not displayed in Sigh in modal');
4545
// await t.click(myRedisDatabasePage.Modal.closeModalButton);
46-
await t.pressKey('escape');
46+
await t.pressKey('esc');
4747

4848
await t.click(myRedisDatabasePage.AddRedisDatabase.addDatabaseButton);
4949
await t.click(myRedisDatabasePage.AddRedisDatabase.addAutoDiscoverDatabase);

0 commit comments

Comments
 (0)