Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Dec 11, 2024
1 parent ac2db2b commit bdbb96f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/app/cypress/e2e/top-nav.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('App Top Nav Workflows', () => {
.should('have.attr', 'src')
.and('contain', 'firefox')

cy.findByTestId('top-nav-active-browser').should('contain', 'Firefox 5')
cy.findByTestId('top-nav-active-browser').should('contain', 'Firefox 6')
})
})

Expand Down Expand Up @@ -82,19 +82,19 @@ describe('App Top Nav Workflows', () => {

cy.get('@browserItems').eq(1)
.should('contain', 'Edge')
.and('contain', 'Version 8')
.and('contain', 'Version 9')
.findByTestId('top-nav-browser-list-selected-item')
.should('not.exist')

cy.get('@browserItems').eq(2)
.should('contain', 'Electron')
.and('contain', 'Version 12')
.and('contain', 'Version 13')
.findByTestId('top-nav-browser-list-selected-item')
.should('not.exist')

cy.get('@browserItems').eq(3)
.should('contain', 'Firefox')
.and('contain', 'Version 5')
.and('contain', 'Version 6')
.findByTestId('top-nav-browser-list-selected-item')
.should('not.exist')
})
Expand Down
4 changes: 2 additions & 2 deletions packages/server/__snapshots__/browsers_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cypress supports the following browsers:
- electron
- chrome
- chromium
- chrome:canary
- chrome-for-testing
- edge
- firefox
Expand All @@ -28,7 +28,7 @@ Cypress supports the following browsers:
- electron
- chrome
- chromium
- chrome:canary
- chrome-for-testing
- edge
- firefox
Expand Down
2 changes: 1 addition & 1 deletion system-tests/__snapshots__/plugins_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cypress supports the following browsers:
- electron
- chrome
- chromium
- chrome:canary
- chrome-for-testing
- edge
- firefox
Expand Down
2 changes: 1 addition & 1 deletion system-tests/__snapshots__/record_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Cypress supports the following browsers:
- electron
- chrome
- chromium
- chrome:canary
- chrome-for-testing
- edge
- firefox
Expand Down

4 comments on commit bdbb96f

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdbb96f Dec 11, 2024

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.17.0/linux-arm64/mschile/chrome_for_testing-bdbb96fb7c371a4889028162cb11c88539cf930f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdbb96f Dec 11, 2024

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.17.0/darwin-arm64/mschile/chrome_for_testing-bdbb96fb7c371a4889028162cb11c88539cf930f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdbb96f Dec 11, 2024

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.17.0/win32-x64/mschile/chrome_for_testing-bdbb96fb7c371a4889028162cb11c88539cf930f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdbb96f Dec 12, 2024

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.17.0/darwin-x64/mschile/chrome_for_testing-bdbb96fb7c371a4889028162cb11c88539cf930f/cypress.tgz

Please sign in to comment.