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
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 }) => {