Skip to content

Commit f413e35

Browse files
fix comment
1 parent 22e4457 commit f413e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/regression/insights/import-tutorials.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ test.skip
163163
.notOk(`${tutorialName} tutorial is not uploaded`);
164164
});
165165
// https://redislabs.atlassian.net/browse/RI-4352
166-
test.only
166+
test
167167
.before(async t => {
168168
await databaseHelper.acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisearch);
169169
await t.click(myRedisDatabasePage.NavigationPanel.workbenchButton);

0 commit comments

Comments
 (0)