Skip to content

Commit

Permalink
update etalons
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 12, 2024
2 parents 3e17fa6 + 578cd28 commit 4381ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/testcafe-devextreme/tests/navigation/menu/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ safeSizeTest('Menu delimiter appearance when orientation is vertical', async (t)

await testScreenshot(t, takeScreenshot, 'Delimiter appearance, orientation is vertical.png');

await setAttribute('#container', 'style', 'padding-top: 400px;');
await setAttribute('#container', 'style', 'padding-top: 360px;');

await t
.click(menu.getItem(1))
Expand All @@ -203,7 +203,7 @@ safeSizeTest('Menu delimiter appearance when orientation is vertical', async (t)

await testScreenshot(t, takeScreenshot, 'Delimiter appearance, orientation is vertical, right collision.png');

await setAttribute('#container', 'style', 'padding-top: 380px; padding-left: 300px;');
await setAttribute('#container', 'style', 'padding-top: 360px; padding-left: 300px;');

await t
.click(menu.getItem(0))
Expand Down

0 comments on commit 4381ace

Please sign in to comment.