Skip to content

Commit

Permalink
test: fix system-tests-firefox downloads flake (#20549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Mar 10, 2022
1 parent 7d87da9 commit ffba29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/test/downloads_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('e2e downloads', () => {

systemTests.it('allows changing the downloads folder', {
project: 'downloads',
spec: '*',
spec: 'downloads_spec.ts',
config: {
downloadsFolder: 'cypress/dls',
video: false,
Expand Down

3 comments on commit ffba29d

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ffba29d Mar 10, 2022

Choose a reason for hiding this comment

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

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.2/linux-x64/develop-ffba29d343c5ba8a95637fbeb45cf813584ae61f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ffba29d Mar 10, 2022

Choose a reason for hiding this comment

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

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.2/darwin-x64/develop-ffba29d343c5ba8a95637fbeb45cf813584ae61f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ffba29d Mar 10, 2022

Choose a reason for hiding this comment

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

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.2/win32-x64/develop-ffba29d343c5ba8a95637fbeb45cf813584ae61f/cypress.tgz

Please sign in to comment.