Skip to content

Commit

Permalink
chore(web): Remove flaky test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Oct 19, 2024
1 parent 1afae47 commit 5b5b907
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/tests/integrations-list-modal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,6 @@ test('should update the mailjet integration', async ({ page }) => {
await updateButton.click();
await expect(updateButton).toBeDisabled();

// Test that the update button is enabled again when the form value changes
await senderName.fill('Novu edited');
await expect(updateButton).toBeEnabled();

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

Expand Down

0 comments on commit 5b5b907

Please sign in to comment.