wires up create new polymorphic list view button

This commit is contained in:
Jarrod Flesch
2025-04-07 14:14:51 -04:00
parent 29c32d3141
commit 6b695355c3
29 changed files with 486 additions and 467 deletions

View File

@@ -90,7 +90,7 @@ describe('Upload with restrictions', () => {
.locator('.list-drawer__header')
.locator('button', { hasText: 'Create New' })
await expect(createNewHeader).toBeVisible()
await page.locator('.list-drawer__header-close').click()
await page.locator('.list-drawer__header .close-modal-button').click()
await expect(drawer).toBeHidden()
const fieldWithAllowCreateFalse = page.locator('#field-uploadWithAllowCreateFalse')
await expect(fieldWithAllowCreateFalse).toBeVisible()