Skip to content

Commit a20b7b8

Browse files
remove .debug
1 parent 2853223 commit a20b7b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/helpers/database.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export async function addNewREClusterDatabase(databaseParameters: AddNewDatabase
5555
// Fill the add database form
5656
await myRedisDatabasePage.AddRedisDatabase.addAutodiscoverREClucterDatabase(databaseParameters);
5757
// Click on submit button
58-
await t.debug();
5958
await t
6059
.click(myRedisDatabasePage.AddRedisDatabase.addRedisDatabaseButton)
6160
// Wait for database to be exist in the list of Autodiscover databases and select it

0 commit comments

Comments
 (0)