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 e3f3cf7 commit 5b24cb1Copy full SHA for 5b24cb1
tests/e2e/tests/web/smoke/database/autodiscover-db.e2e.ts
@@ -28,6 +28,7 @@ test
28
// Verify redis stack icon for RE Cloud with all 5 modules
29
await t.expect(myRedisDatabasePage.redisStackIcon.visible).ok('Redis Stack icon not found for RE Cloud db with all 5 modules');
30
});
31
+// unskip after closing https://redislabs.atlassian.net/browse/RI-5768
32
test.skip
33
.meta({ rte: rte.reCloud })('Verify that user can add a subscription via auto-discover flow', async t => {
34
await myRedisDatabasePage.AddRedisDatabase.addAutodiscoverRECloudDatabase(
0 commit comments