Skip to content

Commit

Permalink
Fix e2e breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 committed Dec 23, 2024
1 parent 2a5ddcc commit 28c174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/tests/specs/download-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test.describe('Download page', () => {
await downloadButton.click();
const download = await downloadPromise;
expect(download.suggestedFilename()).toMatch(
/^firefox-bypass-links-.+.zip$/
/^firefox-bypass-links-.+.xpi$/
);
});

Expand Down

1 comment on commit 28c174b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for bypass-links ready!

✅ Preview
https://bypass-links-pbl8oy00a-amit-singhs-projects-c621efdb.vercel.app

Built with commit 28c174b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.