From 0ddeedb0b3d1a9ca109fd5bf7f53ba701da42471 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 8 Apr 2024 12:24:25 -0400 Subject: [PATCH] chore: de-flakes relationship suite --- test/fields/collections/Relationship/e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fields/collections/Relationship/e2e.spec.ts b/test/fields/collections/Relationship/e2e.spec.ts index 1a2c646849..a38bec314c 100644 --- a/test/fields/collections/Relationship/e2e.spec.ts +++ b/test/fields/collections/Relationship/e2e.spec.ts @@ -301,7 +301,7 @@ describe('relationship', () => { // Need to wait to properly open drawer - without this the drawer state is flakey and closes before // the text below can be filled before the save on the drawer - await wait(200) + await wait(1000) // Click edit button which opens drawer await page.getByRole('button', { name: 'Edit Seeded text document' }).click()