-
Notifications
You must be signed in to change notification settings - Fork 3.3k
internal: Update URL styles, disabled state, and viewport tag styling #32109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/15.0.0
Are you sure you want to change the base?
internal: Update URL styles, disabled state, and viewport tag styling #32109
Conversation
Co-authored-by: jennifer <[email protected]>
cypress
|
Project |
cypress
|
Branch Review |
cursor/update-url-input-active-styles-84a4
|
Run status |
|
Run duration | 19m 21s |
Commit |
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
3
|
|
9
|
|
1102
|
|
0
|
|
26506
|
View all changes introduced in this branch ↗︎ |
UI Coverage
45.11%
|
|
---|---|
|
186
|
|
157
|
Accessibility
97.7%
|
|
---|---|
|
4 critical
8 serious
2 moderate
2 minor
|
|
109
|
Tests for review
cypress/e2e/studio/studio.cy.ts • 1 failed test • app-e2e
Test | Artifacts | |
---|---|---|
Cypress Studio > remains in studio mode when the test name is changed on the file system and file watching is disabled |
Test Replay
Screenshots
|
cypress/e2e/cypress-in-cypress-component.cy.ts • 1 failed test • app-e2e
Test | Artifacts | |
---|---|---|
Cypress In Cypress CT > default config > test component |
Test Replay
Screenshots
|
src/components/Collapsible.cy.tsx • 1 failed test • frontend-shared-ct
Test | Artifacts | |
---|---|---|
An uncaught error was detected outside of a test |
Test Replay
|
issues/28527.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
e2e/e2e_cookies.cy.js • 1 flaky test • 5x-driver-chrome
Test | Artifacts | |
---|---|---|
e2e cookies spec > __Host- prefix > can set __Host- cookie |
Test Replay
|
issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome
Test | Artifacts | |
---|---|---|
issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-firefox
Test | Artifacts | |||||||
---|---|---|---|---|---|---|---|---|
... > stops waiting when an xhr request is canceled |
|
Test | Artifacts | |
---|---|---|
src/cy/commands/files > #readFile > retries to read when ENOENT |
The first 5 flaky specs are shown, see all 9 specs in Cypress Cloud. |
@@ -1,43 +0,0 @@ | |||
import StudioUrlPrompt from './StudioUrlPrompt.vue' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old Studio Prompt URL with the popover/overlay
|
||
it('does not display', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant test and it's not describing what it's actually testing?!
Figma
Additional details
This change addresses a few things:
.aut-url-input
when it is active or focused.tag
components of the AUT viewport size/percentage not matching the Figma designSteps to test
How has the user experience changed?
Default with no URL
Default with URL (disabled)
Hover state
Focus when Studio Needs Url
Focus when URL entered
PR Tasks
cypress-documentation
?type definitions
?