Skip to content

Commit

Permalink
tests: fix pw test
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 11, 2023
1 parent de64466 commit 16ea300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/tests/playwright/cases/fileSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const ImageSelectForm = Component((
thumbnailField="url"
onClick={onToggleSelect}
/>}
tileSize={260}
selectedEntityIds={selectedEntityIds}
onEntityClick={onToggleSelect}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test('select or create', async ({ page }) => {
await page.locator('.cui-selectCreateNewWrapper-button > button').click()
await page.waitForSelector('input#pw-locale-code')
await page.locator('input#pw-locale-code').fill('en')
await page.waitForTimeout(200)
expect(await page.screenshot({ animations: 'disabled' })).toMatchSnapshot('02-opened-dialog.png')


Expand Down

0 comments on commit 16ea300

Please sign in to comment.