Chore: revert pngx pdf viewer to third party package (#6741)

This commit is contained in:
shamoon 2024-05-16 11:12:19 -07:00 committed by GitHub
parent 50a6181e48
commit 019a255753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 40 additions and 1843 deletions

View file

@ -71,7 +71,7 @@ test('should show a mobile preview', async ({ page }) => {
await page.setViewportSize({ width: 400, height: 1000 })
await expect(page.getByRole('tab', { name: 'Preview' })).toBeVisible()
await page.getByRole('tab', { name: 'Preview' }).click()
await page.waitForSelector('pngx-pdf-viewer')
await page.waitForSelector('pdf-viewer')
})
test('should show a list of notes', async ({ page }) => {