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();