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 c2014e4 commit f5e18d6Copy full SHA for f5e18d6
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