Skip to content

Commit 62abd18

Browse files
committed
test: update e2e test according to new navigation system
1 parent 2d92857 commit 62abd18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/twenty-e2e-testing/tests/workflow-creation.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ test('Create workflow', async ({ page }) => {
77

88
await page.goto(process.env.LINK);
99

10+
const workflowsFolder = page.getByRole('button', { name: 'Workflows' });
11+
await workflowsFolder.click();
12+
1013
const workflowsLink = page.getByRole('link', { name: 'Workflows' });
1114
await workflowsLink.click();
1215

0 commit comments

Comments
 (0)