Skip to content

Commit 5bf1ac7

Browse files
committed
chore: Re-enable move tests.
1 parent 4b4dd48 commit 5bf1ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/move_test.ts

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

23-
suite.skip('Move start tests', function () {
23+
suite('Move start tests', function () {
2424
// Increase timeout to 10s for this longer test (but disable
2525
// timeouts if when non-zero PAUSE_TIME is used to watch tests) run.
2626
this.timeout(PAUSE_TIME ? 0 : 10000);

0 commit comments

Comments
 (0)