Skip to content

Commit

Permalink
Merge branch 'release/14.0.0' into chore/update_vue_test_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker authored Dec 13, 2024
2 parents c2c1641 + 6531828 commit 56f1aa4
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ describe('windowSize', () => {
it('spawns with correct default size', () => {
// assert the browser was spawned at 1280x720 and is full size
// normally e2e tests spawn at fixed size, but this spec should be spawned without passing any width/height arguments in plugins file.
// TODO: look into fixing screen/available height and width
if (Cypress.browser.name === 'chrome') {
// NOTE: there is a bug in chrome headless=new where height is not spawned correctly
// the issue is marked as fixed, but others are still running into it in Chrome 116
Expand All @@ -14,14 +13,6 @@ describe('windowSize', () => {
innerWidth: 1280,
innerHeight: 581, // chrome 128 decreased the size here from 633 to 581
})
} else if (Cypress.browser.name === 'firefox') {
expect({
innerWidth: top.window.innerWidth,
innerHeight: top.window.innerHeight,
}).deep.eq({
innerWidth: 1280,
innerHeight: Cypress.env('CI') ? 676 : 677, // firefox 133 decreased the size here from 720 to 676/677
})
} else {
expect({
innerWidth: top.window.innerWidth,
Expand Down

5 comments on commit 56f1aa4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 56f1aa4 Dec 13, 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 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/14.0.0/linux-x64/chore/update_vue_test_utils-56f1aa44c492a3b52e7149bf7cc2887f8e409b0f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 56f1aa4 Dec 13, 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/14.0.0/linux-arm64/chore/update_vue_test_utils-56f1aa44c492a3b52e7149bf7cc2887f8e409b0f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 56f1aa4 Dec 13, 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/14.0.0/darwin-arm64/chore/update_vue_test_utils-56f1aa44c492a3b52e7149bf7cc2887f8e409b0f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 56f1aa4 Dec 14, 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/14.0.0/darwin-x64/chore/update_vue_test_utils-56f1aa44c492a3b52e7149bf7cc2887f8e409b0f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 56f1aa4 Dec 17, 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 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.16.1/linux-x64/chore/update_vue_test_utils-56f1aa44c492a3b52e7149bf7cc2887f8e409b0f/cypress.tgz

Please sign in to comment.