Skip to content

Commit

Permalink
TASK: Stabilise local e2e by specifying exact image to be cropped ins…
Browse files Browse the repository at this point in the history
…teadof choosing first one
  • Loading branch information
mhsdesign committed Sep 30, 2024
1 parent ca41c4e commit 6fb4c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ test('Supports secondary inspector view for element editors', async t => {
await t
.click(imageEditor.findReact('IconButton').withProps('icon', 'camera'))
.switchToIframe(Selector('[name="neos-media-selection-screen"]', {timeout: 2000}))
.click(Selector('.neos-thumbnail'));
.click(Selector('.asset').withText('neos_primary.png'));

await t.switchToMainWindow();

Expand Down

0 comments on commit 6fb4c31

Please sign in to comment.