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 f413e35 commit b170153Copy full SHA for b170153
tests/e2e/tests/web/critical-path/url-handling/url-handling.e2e.ts
@@ -49,6 +49,7 @@ test
49
await t.expect(workbenchPage.submitCommandButton.exists).ok('Redirection to Workbench is not correct');
50
});
51
52
+//Verify that RedisInsight can work with the encoded redis URLs passed from Cloud via deep linking.
53
test
54
.before(async() => {
55
await databaseHelper.acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisGears);
0 commit comments