Skip to content

Commit 91bc13c

Browse files
committed
Remove ".only" from test suite to enable other tests.
1 parent a7a94df commit 91bc13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/delete_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
} from './test_setup.js';
2020
import {Key} from 'webdriverio';
2121

22-
suite.only('Deleting Blocks', function () {
22+
suite('Deleting Blocks', function () {
2323
// Setting timeout to unlimited as these tests take a longer time to run than most mocha test
2424
this.timeout(0);
2525

0 commit comments

Comments
 (0)