Skip to content

Commit bfe5ea6

Browse files
committed
chore: Re-enable most tests.
1 parent 385b562 commit bfe5ea6

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
@@ -39,7 +39,7 @@ suite('Scrolling into view', function () {
3939
await testSetup(testFileLocations.BASE, this.timeout());
4040
});
4141

42-
test.only('Insert scrolls new block into view', async function () {
42+
test('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

0 commit comments

Comments
 (0)