Skip to content

Commit 61bd79a

Browse files
authored
vrt(IE11) Tweak config for IE11 on Applitools grid (#4721)
1 parent f43be61 commit 61bd79a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

applitools.legacy.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ module.exports = {
3333
: undefined,
3434
waitBeforeScreenshot: 1000,
3535
fakeIE: true,
36+
visualGridOptions: {
37+
ieV2: true
38+
},
3639
browser: [
3740
// { width: resolution.width, height: resolution.height, name: 'edgelegacy' },
3841
{ width: resolution.width, height: resolution.height, name: 'ie11' }

0 commit comments

Comments
 (0)