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 31924db commit e36ff34Copy full SHA for e36ff34
tests/e2e/tests/critical-path/pub-sub/subscribe-unsubscribe.e2e.ts
@@ -67,6 +67,7 @@ test('Verify that the focus gets always shifted to a newest message (auto-scroll
67
test
68
.before(async t => {
69
await databaseHelper.acceptLicenseTermsAndAddDatabase(ossStandaloneV5Config);
70
+ await t.click(pubSubPage.NavigationPanel.myRedisDBButton);
71
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneConfig);
72
await myRedisDatabasePage.reloadPage();
73
await myRedisDatabasePage.clickOnDBByName(ossStandaloneConfig.databaseName);
0 commit comments