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 ff5b81b commit 4049bafCopy full SHA for 4049baf
tests/e2e/tests/smoke/database/autodiscover-db.e2e.ts
@@ -40,10 +40,7 @@ test
40
await t.expect(myRedisDatabasePage.redisStackIcon.visible).ok('Redis Stack icon not found for RE Cloud db with all 5 modules');
41
});
42
test
43
- .meta({ rte: rte.reCloud })
44
- .after(async() => {
45
- // await deleteDatabase(databaseName);
46
- })('Verify that user can add a subscription via auto-discover flow', async t => {
+ .meta({ rte: rte.reCloud })('Verify that user can add a subscription via auto-discover flow', async t => {
47
await myRedisDatabasePage.AddRedisDatabase.addAutodiscoverRECloudDatabase(
48
cloudDatabaseConfig.accessKey,
49
cloudDatabaseConfig.secretKey
0 commit comments