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 2853223 commit a20b7b8Copy full SHA for a20b7b8
tests/e2e/helpers/database.ts
@@ -55,7 +55,6 @@ export async function addNewREClusterDatabase(databaseParameters: AddNewDatabase
55
// Fill the add database form
56
await myRedisDatabasePage.AddRedisDatabase.addAutodiscoverREClucterDatabase(databaseParameters);
57
// Click on submit button
58
- await t.debug();
59
await t
60
.click(myRedisDatabasePage.AddRedisDatabase.addRedisDatabaseButton)
61
// Wait for database to be exist in the list of Autodiscover databases and select it
0 commit comments