Skip to content

Commit e850385

Browse files
committed
chore: Fix syntax error.
1 parent a8845c8 commit e850385

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/webdriverio/test/scroll_test.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ suite('Scrolling into view', function () {
4040

4141
// Restore original browser window size.
4242
suiteTeardown(async function () {
43-
await this.browser.setWindowSize(
44-
this.windowSize.width,
45-
this.windowSize.height,
46-
);
43+
await this.browser.setWindowSize(
44+
this.windowSize.width,
45+
this.windowSize.height,
46+
);
47+
});
4748

4849
// Clear the workspace and load start blocks.
4950
setup(async function () {

0 commit comments

Comments
 (0)