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 4049baf commit 594ded4Copy full SHA for 594ded4
tests/e2e/tests/critical-path/database/export-databases.e2e.ts
@@ -84,7 +84,7 @@ test
84
// Verify that user can import exported file with all datatypes and certificates
85
await databasesActions.verifyDatabasesDisplayed(exportedData.dbImportedNames);
86
87
- const modulesDbRedisStackIcon = myRedisDatabasePage.dbNameList.withExactText(databaseNames[1]).parent('tr')
+ const modulesDbRedisStackIcon = myRedisDatabasePage.dbNameList.withExactText(ossStandaloneConfig.databaseName).parent('tr')
88
.find(myRedisDatabasePage.cssRedisStackIcon);
89
// Verify that db has redis stack icon
90
await t.expect(modulesDbRedisStackIcon.exists).ok('module icon is displayed');
0 commit comments