Skip to content

Commit d3770f5

Browse files
fix #2
1 parent 34c1ead commit d3770f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e/tests/critical-path/pub-sub/subscribe-unsubscribe.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ test('Verify that the focus gets always shifted to a newest message (auto-scroll
6666
});
6767
test
6868
.before(async t => {
69-
await databaseHelper.acceptLicenseTermsAndAddDatabaseApi(ossStandaloneV5Config);
69+
await databaseHelper.acceptLicenseTerms();
70+
await databaseAPIRequests.deleteAllDatabasesApi();
71+
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneV5Config);
7072
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneConfig);
7173
await myRedisDatabasePage.reloadPage();
7274
await myRedisDatabasePage.clickOnDBByName(ossStandaloneConfig.databaseName);

0 commit comments

Comments
 (0)