chore: revert accidental test change

This commit is contained in:
Jessica Chowdhury
2025-04-28 12:34:00 +01:00
parent 4ebbbb02f4
commit 3bf3ed37b9

View File

@@ -193,7 +193,7 @@ describe('Document View', () => {
await page.goto(postsUrl.create)
await page.locator('#field-title')?.fill(title)
await saveDocAndAssert(page)
await expect(page.locator('.doc-tabs__tabs-container .doc-tab')).toHaveCount(2)
await wait(500)
await checkPageTitle(page, title)
await checkBreadcrumb(page, title)
})