Skip to content

Commit

Permalink
chore: Don't include tooltips in reporter percy snapshots (#18007)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Sep 7, 2021
1 parent 207ec56 commit a6a2c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/reporter/cypress/support/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ installCustomPercyCommand({
},
elementOverrides: {
'.command-progress': true,
'.cy-tooltip': true,
},
})

4 comments on commit a6a2c49

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a6a2c49 Sep 7, 2021

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/8.4.0/circle-develop-a6a2c49c353d692e0009018a3fa186f164bc4730/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a6a2c49 Sep 7, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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/8.4.0/appveyor-develop-a6a2c49c353d692e0009018a3fa186f164bc4730/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a6a2c49 Sep 7, 2021

Choose a reason for hiding this comment

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

AppVeyor 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/8.4.0/appveyor-develop-a6a2c49c353d692e0009018a3fa186f164bc4730/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a6a2c49 Sep 7, 2021

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/8.4.0/circle-develop-a6a2c49c353d692e0009018a3fa186f164bc4730/cypress.tgz

Please sign in to comment.