Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

add stitch overlap tests #173

Open
wants to merge 2 commits into
base: universal-sdk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions coverage-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,21 @@ test('should send dom and location when check region by selector fully with cust

// #region OTHERS

test('should handle stitch overlap', {
page: 'Default',
config: {
stitchOverlap: 30,
},
variants: {
'': {vg: false},
},
Comment on lines +1494 to +1496
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to add it. It is false by default and we don't have other variants

Suggested change
variants: {
'': {vg: false},
},

test({eyes}) {
eyes.open({appName: 'Eyes Selenium SDK - overlap', viewportSize});
eyes.check({isFully: true});
eyes.close()
},
})

test('should send custom batch properties', {
page: 'Default',
config: {
Expand Down