Skip to content

Commit

Permalink
add menu etanol
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag committed Dec 12, 2024
1 parent d079812 commit 09a1208
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test('ContextMenu selected focused item', async (t) => {
.ok(compareResults.errorMessages());
}).before(async () => {
await appendElementTo('#container', 'div', 'contextMenu');
await setStyleAttribute(Selector('#container'), 'width: 150; height: 200px;');
await setStyleAttribute(Selector('#container'), 'width: 150px; height: 200px;');

await insertStylesheetRulesToPage('.custom-class { border: 2px solid green !important; }');

Expand Down
2 changes: 1 addition & 1 deletion e2e/testcafe-devextreme/tests/navigation/menu/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test('Menu selected focused item', async (t) => {
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

const menu = new Menu();

await t
.click(menu.getItem(0))
.pressKey('down');
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09a1208

Please sign in to comment.