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 a7a94df commit 91bc13cCopy full SHA for 91bc13c
test/webdriverio/test/delete_test.ts
@@ -19,7 +19,7 @@ import {
19
} from './test_setup.js';
20
import {Key} from 'webdriverio';
21
22
-suite.only('Deleting Blocks', function () {
+suite('Deleting Blocks', function () {
23
// Setting timeout to unlimited as these tests take a longer time to run than most mocha test
24
this.timeout(0);
25
0 commit comments