chore: de-flakes array

This commit is contained in:
James
2024-04-08 12:35:23 -04:00
committed by Jarrod Flesch
parent 0ddeedb0b3
commit 2fc50b1a1f

View File

@@ -87,10 +87,10 @@ describe('Array', () => {
await expect(customRowLabel).toHaveCSS('text-transform', 'uppercase')
})
// eslint-disable-next-line playwright/expect-expect
test('should bypass min rows validation when no rows present and field is not required', async () => {
await page.goto(url.create)
await saveDocAndAssert(page)
await expect(page.locator('.Toastify')).toContainText('successfully')
})
test('should fail min rows validation when rows are present', async () => {