Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 11, 2024
1 parent c94bcb9 commit b4ae114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui-tests/tests/contextmenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ test.describe('context menu', () => {
await page.getByRole('menu').hover();

const submenu = page.locator('div').filter({
hasText: 'Move to Rootlevel 1 grouplevel 2 groupMove Selected Layers to New Group'
hasText:
'Move to Rootlevel 1 grouplevel 2 groupMove Selected Layers to New Group'
});

const firstItem = page.getByText('Move to Root');
Expand Down

0 comments on commit b4ae114

Please sign in to comment.