Update dashboard.spec.ts
This commit is contained in:
parent
0b09fd2ad7
commit
84b516fefc
@ -29,6 +29,7 @@ test('dashboard saved view show all', async ({ page }) => {
|
||||
.locator('pngx-widget-frame')
|
||||
.filter({ hasText: 'Inbox' })
|
||||
.getByRole('link', { name: 'Show all' })
|
||||
.first()
|
||||
.click()
|
||||
await expect(page).toHaveURL(/view\/7/)
|
||||
await expect(page.locator('pngx-document-list')).toHaveText(/8 documents/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user