Skip to content

Commit

Permalink
chore: fix system-test-firefox screenshots_spec flake (#20268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Feb 18, 2022
1 parent 8d28261 commit 75c8750
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -308,6 +308,7 @@ describe('taking screenshots', () => {
cy.visit('http://localhost:3322/color/yellow')
cy.screenshot('overwrite-test', {
overwrite: false,
capture: 'viewport',
clip: { x: 10, y: 10, width: 160, height: 80 },
})

Expand All @@ -320,6 +321,7 @@ describe('taking screenshots', () => {

cy.screenshot('overwrite-test', {
overwrite: true,
capture: 'viewport',
clip: { x: 10, y: 10, width: 100, height: 50 },
})

Expand All @@ -342,6 +344,7 @@ describe('taking screenshots', () => {
cy.viewport(600, 200)
cy.visit('http://localhost:3322/color/yellow')
cy.screenshot('overwrite-test', {
capture: 'viewport',
clip: { x: 10, y: 10, width: 160, height: 80 },
})

Expand All @@ -353,6 +356,7 @@ describe('taking screenshots', () => {
})

cy.screenshot('overwrite-test', {
capture: 'viewport',
clip: { x: 10, y: 10, width: 100, height: 50 },
})

Expand Down

3 comments on commit 75c8750

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75c8750 Feb 18, 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.1/linux-x64/circle-develop-75c87502a2ca88fa76c8c5bb5f52626e0f70b08f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75c8750 Feb 18, 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.1/win32-x64/circle-develop-75c87502a2ca88fa76c8c5bb5f52626e0f70b08f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75c8750 Feb 18, 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.1/darwin-x64/circle-develop-75c87502a2ca88fa76c8c5bb5f52626e0f70b08f/cypress.tgz

Please sign in to comment.