Skip to content

Commit bba3633

Browse files
committed
chore: Add additional screenshot.
1 parent 7023e09 commit bba3633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/webdriverio/test/scroll_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ suite('Scrolling into view', function () {
117117

118118
// Assert new block has been scrolled into the viewport.
119119
await this.browser.pause(5000);
120+
await this.browser.saveScreenshot(`failures/extra_snapshot_for_verification.png`);
120121
const blockBounds = await this.browser.execute(() => {
121122
const workspace = Blockly.getMainWorkspace() as Blockly.WorkspaceSvg;
122123
const block = workspace.getBlocksByType(

0 commit comments

Comments
 (0)