Enhancement: more v3 ui tweaks (#13774)

This commit is contained in:
shamoon
2026-08-24 02:11:34 -07:00
committed by GitHub
parent 08a7f6ccc0
commit 22c57fb392
22 changed files with 409 additions and 86 deletions
@@ -33,7 +33,7 @@ test('should warn on unsaved changes', async ({ page }) => {
await page.getByRole('button', { name: 'Close', exact: true }).click()
await expect(page.getByRole('dialog')).toHaveText(/unsaved changes/)
await page.getByRole('button', { name: 'Cancel' }).click()
await page.getByRole('link', { name: 'Close all' }).click()
await page.getByRole('button', { name: 'Close all' }).click()
await expect(page.getByRole('dialog')).toHaveText(/unsaved changes/)
})