Skip to content

Commit 28a32f4

Browse files
committed
chore: Try adding a pause.
1 parent cefb286 commit 28a32f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
contextMenuItems,
1919
} from './test_setup.js';
2020

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

test/webdriverio/test/scroll_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ suite('Scrolling into view', function () {
6464
).getBoundingRectangleWithoutChildren(),
6565
);
6666
});
67+
await this.browser.pause(PAUSE_TIME);
6768
// const scrollPosition2 = await this.browser.execute(() => {
6869
// const workspace = Blockly.getMainWorkspace() as Blockly.WorkspaceSvg;
6970
// return [workspace.scrollX, workspace.scrollY];

0 commit comments

Comments
 (0)