From b321b07ad565070a009aed4e89d0b66e5f64de7a Mon Sep 17 00:00:00 2001 From: Jarrod Flesch Date: Mon, 6 Feb 2023 21:48:50 -0500 Subject: [PATCH] chore: fixes stalling tests --- test/fields/e2e.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fields/e2e.spec.ts b/test/fields/e2e.spec.ts index aac9a66dac..04c3907884 100644 --- a/test/fields/e2e.spec.ts +++ b/test/fields/e2e.spec.ts @@ -218,6 +218,7 @@ describe('fields', () => { }); test('should open blocks drawer from block row and add below', async () => { + await page.goto(url.create); const firstRow = await page.locator('#field-blocks #blocks-row-0'); const rowActions = await firstRow.locator('.collapsible__actions'); await expect(rowActions).toBeVisible();