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 d28adb6 commit 20d0094Copy full SHA for 20d0094
test/webdriverio/test/mutator_test.ts
@@ -20,7 +20,7 @@ import {
20
} from './test_setup.js';
21
import {Key} from 'webdriverio';
22
23
-suite.only('Mutator navigation', function () {
+suite('Mutator navigation', function () {
24
// Setting timeout to unlimited as these tests take a longer time to run than most mocha test
25
this.timeout(0);
26
0 commit comments