Skip to content

Commit 051d30e

Browse files
committed
feat: project view - fix tests
1 parent d31d72c commit 051d30e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

e2e/project/webhookSessionTriggered.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ async function setupProjectAndTriggerSession({ dashboardPage, page, request }: S
107107
throw new Error(`Webhook request failed with status ${response.status()}`);
108108
}
109109

110-
const configButton = page.locator('button[aria-label="Close Project Settings"]');
111-
await expect(configButton).toBeEnabled();
112-
await configButton.click();
113110
await page.locator('button[aria-label="Deployments"]').click();
114111
await expect(page.getByText("Deployment History")).toBeVisible();
115112

0 commit comments

Comments
 (0)