Skip to content

Commit 3b6c99e

Browse files
committed
chore: Re-enable non-scroll tests.
1 parent 04325d1 commit 3b6c99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/scroll_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ suite('Scrolling into view', function () {
5757
await checkForFailures(this.browser, this.currentTest!.title, this.currentTest?.state);
5858
});
5959

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

0 commit comments

Comments
 (0)