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 1afbd7c commit e0e5fe2Copy full SHA for e0e5fe2
tests/e2e/tests/regression/cli/cli-command-helper.e2e.ts
@@ -30,7 +30,7 @@ fixture `CLI Command helper`
30
31
const getPageUrl = ClientFunction(() => window.location.href);
32
33
-test.only('Verify that user can see in Command helper and click on new group "JSON", can choose it and see list of commands in the group', async t => {
+test('Verify that user can see in Command helper and click on new group "JSON", can choose it and see list of commands in the group', async t => {
34
const commandForCheck = 'JSON.SET';
35
await myRedisDatabasePage.clickOnDBByName(ossStandaloneConfig.databaseName);
36
//Open CLI
0 commit comments