Skip to content

Commit b078fac

Browse files
committed
Update command-results.e2e.ts
Delete .only
1 parent 2fea132 commit b078fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/workbench/command-results.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ test('Big output in workbench is visible in virtualized table', async t => {
119119
await t.expect(lastExpectedItem.visible).ok('Final execution time message not displayed');
120120
});
121121

122-
test.only.before(async t => {
122+
test.before(async t => {
123123
await acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisearch, ossStandaloneRedisearch.databaseName);
124124
await t.click(myRedisDatabasePage.workbenchButton);
125125
}).after(async t => {

0 commit comments

Comments
 (0)