Skip to content

Commit e0e5fe2

Browse files
committed
Remove only from the test
1 parent 1afbd7c commit e0e5fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/cli/cli-command-helper.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fixture `CLI Command helper`
3030

3131
const getPageUrl = ClientFunction(() => window.location.href);
3232

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 => {
33+
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 => {
3434
const commandForCheck = 'JSON.SET';
3535
await myRedisDatabasePage.clickOnDBByName(ossStandaloneConfig.databaseName);
3636
//Open CLI

0 commit comments

Comments
 (0)