Skip to content

Commit 385b562

Browse files
committed
chore: Undo pause.
1 parent 7c607d1 commit 385b562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/webdriverio/test/scroll_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ suite('Scrolling into view', function () {
3939
await testSetup(testFileLocations.BASE, this.timeout());
4040
});
4141

42-
test('Insert scrolls new block into view', async function () {
42+
test.only('Insert scrolls new block into view', async function () {
4343
// Increase timeout to 10s for this longer test.
4444
this.timeout(PAUSE_TIME ? 0 : 10000);
4545

test/webdriverio/test/test_setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let driver: webdriverio.Browser | null = null;
4242
* the browser.wait* functions if you need your test to wait for
4343
* something to happen after sending input.
4444
*/
45-
export const PAUSE_TIME = 200;
45+
export const PAUSE_TIME = 0;
4646

4747
/**
4848
* Start up WebdriverIO and load the test page. This should only be

0 commit comments

Comments
 (0)