Skip to content

Commit 4049baf

Browse files
remove redundent after
1 parent ff5b81b commit 4049baf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/e2e/tests/smoke/database/autodiscover-db.e2e.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ test
4040
await t.expect(myRedisDatabasePage.redisStackIcon.visible).ok('Redis Stack icon not found for RE Cloud db with all 5 modules');
4141
});
4242
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 => {
43+
.meta({ rte: rte.reCloud })('Verify that user can add a subscription via auto-discover flow', async t => {
4744
await myRedisDatabasePage.AddRedisDatabase.addAutodiscoverRECloudDatabase(
4845
cloudDatabaseConfig.accessKey,
4946
cloudDatabaseConfig.secretKey

0 commit comments

Comments
 (0)