Skip to content

Commit

Permalink
fix(web): Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Oct 10, 2024
1 parent 673346b commit 2b9c2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/tests/integrations-list-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ test('should update the mailjet integration from the list', async ({ page }) =>

await expect(updateButton).toBeEnabled();
await updateButton.click();
await expect(updateButton).toBeEnabled();
await expect(updateButton).toBeDisabled();

sidebarClose = page.getByTestId('sidebar-close');
await sidebarClose.click();
Expand Down

0 comments on commit 2b9c2f4

Please sign in to comment.