Skip to content

Commit

Permalink
fix(web): Fix failing e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Oct 7, 2024
1 parent afcdd8f commit 7830b4a
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 @@ -726,7 +726,7 @@ test('should update the mailjet integration', async ({ page }) => {

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

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

0 comments on commit 7830b4a

Please sign in to comment.