feat(next,ui): improves loading states (#6434)

This commit is contained in:
Jacob Fletcher
2024-05-29 14:01:13 -04:00
committed by GitHub
parent 043a91d719
commit 92f458dad2
94 changed files with 987 additions and 885 deletions

View File

@@ -107,9 +107,6 @@ test.describe('Form Builder', () => {
})
test('can create form submission', async () => {
await page.goto(submissionsUrl.list)
await page.waitForURL(submissionsUrl.list)
const { docs } = await payload.find({
collection: 'forms',
})