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 22e4457 commit f413e35Copy full SHA for f413e35
tests/e2e/tests/web/regression/insights/import-tutorials.e2e.ts
@@ -163,7 +163,7 @@ test.skip
163
.notOk(`${tutorialName} tutorial is not uploaded`);
164
});
165
// https://redislabs.atlassian.net/browse/RI-4352
166
-test.only
+test
167
.before(async t => {
168
await databaseHelper.acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisearch);
169
await t.click(myRedisDatabasePage.NavigationPanel.workbenchButton);
0 commit comments