We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8845c8 commit e850385Copy full SHA for e850385
test/webdriverio/test/scroll_test.ts
@@ -40,10 +40,11 @@ suite('Scrolling into view', function () {
40
41
// Restore original browser window size.
42
suiteTeardown(async function () {
43
- await this.browser.setWindowSize(
44
- this.windowSize.width,
45
- this.windowSize.height,
46
- );
+ await this.browser.setWindowSize(
+ this.windowSize.width,
+ this.windowSize.height,
+ );
47
+ });
48
49
// Clear the workspace and load start blocks.
50
setup(async function () {
0 commit comments