Skip to content

Commit 594ded4

Browse files
update verification #3
1 parent 4049baf commit 594ded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/database/export-databases.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test
8484
// Verify that user can import exported file with all datatypes and certificates
8585
await databasesActions.verifyDatabasesDisplayed(exportedData.dbImportedNames);
8686

87-
const modulesDbRedisStackIcon = myRedisDatabasePage.dbNameList.withExactText(databaseNames[1]).parent('tr')
87+
const modulesDbRedisStackIcon = myRedisDatabasePage.dbNameList.withExactText(ossStandaloneConfig.databaseName).parent('tr')
8888
.find(myRedisDatabasePage.cssRedisStackIcon);
8989
// Verify that db has redis stack icon
9090
await t.expect(modulesDbRedisStackIcon.exists).ok('module icon is displayed');

0 commit comments

Comments
 (0)