Skip to content

Commit f5e18d6

Browse files
committed
chore: Remove .only clause.
1 parent c2014e4 commit f5e18d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/mutator_test.ts

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

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

0 commit comments

Comments
 (0)