Skip to content

Commit

Permalink
test: update test id
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Aug 6, 2024
1 parent 8df353f commit b7cece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/plugins/media.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ test('media plugin should open', async ({page, createDraftDocument}) => {
expect(await page.getByTestId('file-input-multi-button-media')).toBeVisible()
await page.getByTestId('file-input-browse-button-media').click()

expect(await page.getByTestId('media-plugin')).toBeVisible()
expect(await page.getByTestId('virtuoso-scroller')).toBeVisible()
})

0 comments on commit b7cece8

Please sign in to comment.