Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 12, 2024
1 parent 5f507e5 commit 95fa97c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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: 360px;');
await setAttribute('#container', 'style', 'padding-top: 350px;');

await t
.click(menu.getItem(1), { offsetX: 5, offsetY: 5 })
Expand Down Expand Up @@ -228,6 +228,9 @@ safeSizeTest('Menu delimiter appearance when orientation is vertical', async (t)
}, {
id: '2_3',
text: 'SuperLED 60',
}, {
id: '2_3',
text: 'SuperLED 80',
}],
}, {
text: 'Monitors',
Expand Down

0 comments on commit 95fa97c

Please sign in to comment.