Skip to content

Commit c8e3728

Browse files
committed
chore: Try re-disabling big suite.
1 parent 2750f66 commit c8e3728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/keyboard_mode_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const isKeyboardNavigating = function (browser: WebdriverIO.Browser) {
2626
});
2727
};
2828

29-
suite.only(
29+
suite(
3030
'Keyboard navigation mode set on mouse or keyboard interaction',
3131
function () {
3232
// Disable timeouts when non-zero PAUSE_TIME is used to watch tests run.

0 commit comments

Comments
 (0)