You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Wait for database to be exist in the list of Autodiscover databases and select it
61
-
.expect(autoDiscoverREDatabases.databaseNames.withExactText(databaseParameters.databaseName??'').exists).ok('The database not displayed',{timeout: 10000})
61
+
.expect(autoDiscoverREDatabases.databaseName.withExactText(databaseParameters.databaseName??'').exists).ok('The database not displayed',{timeout: 10000})
awaitt.expect(autoDiscoverREDatabases.title.withExactText('Redis Enterprise Cloud Subscriptions').exists).ok('Subscriptions list not displayed',{timeout: 120000});
// Wait for database to be exist in the My redis databases list
103
+
awaitt.expect(autoDiscoverREDatabases.title.withExactText('Redis Enterprise Databases Added').exists).ok('Added databases list not displayed',{timeout: 20000});
0 commit comments