chore: overhauls admin navigation (#3339)

This commit is contained in:
Jacob Fletcher
2023-09-15 17:33:28 -04:00
committed by GitHub
parent 055c65f229
commit 85c8e4dc65
107 changed files with 1871 additions and 1740 deletions

View File

@@ -1029,7 +1029,7 @@ describe('fields', () => {
test('should display formatted date in useAsTitle', async () => {
await page.goto(url.list)
await page.locator('.row-1 .cell-default a').click()
await expect(page.locator('.collection-edit__header .render-title')).toContainText('August')
await expect(page.locator('.collection-edit .doc-header__title.render-title')).toContainText('August')
})
test('should clear date', async () => {