You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ _Released 2/25/2025 (PENDING)_
5
5
6
6
**Misc:**
7
7
8
+
- Viewport width, height, and scale now display in a badge above the application under test. The dropdown describing how to set viewport height and width has been removed from the UI. Additionally, component tests now show a notice about URL navigation being disabled in component tests. Addresses [#30999](https://github.com/cypress-io/cypress/issues/30999). Addressed in [#31119](https://github.com/cypress-io/cypress/pull/31119).
8
9
- Updated types around `.readFile()` and `.scrollTo()` arguments and `Cypress.dom` methods. Addressed in [#31055](https://github.com/cypress-io/cypress/pull/31055).
// TODO: restore when Percy CSS is fixed. See https://github.com/cypress-io/cypress/issues/23435
29
27
// snapshotAUTPanel('browsers open')
30
-
cy.contains('Canary').should('be.hidden')
31
-
cy.contains('The viewport determines the width and height of your application under test. By default the viewport will be 500px by 500px for component testing.')
32
-
.should('be.visible')
33
-
34
-
// TODO: restore when Percy CSS is fixed. See https://github.com/cypress-io/cypress/issues/23435
cy.contains('The viewport determines the width and height of your application under test. By default the viewport will be 1000px by 660px for end-to-end testing.')
39
-
.should('be.visible')
40
-
41
-
// TODO: restore when Percy CSS is fixed. See https://github.com/cypress-io/cypress/issues/23435
cy.contains('The viewport determines the width and height of your application under test. By default the viewport will be 500px by 500px for end-to-end testing.')
273
-
cy.contains('Additionally, you can override this value in your cypress.config.ts or via the cy.viewport() command.')
0 commit comments