From e571398b2e472f027094379f2b8fbf9eb3301329 Mon Sep 17 00:00:00 2001 From: Aaron Plave Date: Tue, 28 Nov 2023 17:56:18 -0800 Subject: [PATCH] Test fix --- e2e-tests/tests/plan.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e-tests/tests/plan.test.ts b/e2e-tests/tests/plan.test.ts index 5eeb43521e..804a617834 100644 --- a/e2e-tests/tests/plan.test.ts +++ b/e2e-tests/tests/plan.test.ts @@ -130,6 +130,8 @@ test.describe.serial('Plan', () => { }); test(`Changing to a new plan should clear the selected activity`, async () => { + await plan.showPanel('Activity Types'); + // Create an activity which will be auto selected await plan.panelActivityTypes.getByRole('button', { name: 'CreateActivity-GrowBanana' }).click();