-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
misc: Move browser dropdown within AUT URL bar #31216
base: develop
Are you sure you want to change the base?
Conversation
cypress
|
Project |
cypress
|
Branch Review |
browser-dropdown-ux-update
|
Run status |
|
Run duration | 18m 18s |
Commit |
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
10
|
|
1232
|
|
0
|
|
32102
|
View all changes introduced in this branch ↗︎ |
UI Coverage
46.57%
|
|
---|---|
|
182
|
|
163
|
Accessibility
92.57%
|
|
---|---|
|
3 critical
8 serious
2 moderate
2 minor
|
|
885
|
…nt to work........
@@ -151,7 +151,7 @@ describe('Cypress In Cypress E2E', { viewportWidth: 1500, defaultCommandTimeout: | |||
}) | |||
|
|||
it('shows a compilation error with a malformed spec', { viewportHeight: 596, viewportWidth: 1000 }, () => { | |||
const expectedAutHeight = 456 // based on explicitly setting viewport in this test to 596 | |||
const expectedAutHeight = 500 // based on explicitly setting viewport in this test to 596 |
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.
@@ -128,7 +128,7 @@ export const longBrowsersList = [ | |||
majorVersion: '69', |
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.
Not really necessary changes, but these mocks seem more realisitic
…eenshotting from breaking.
… to be above that also
@@ -1,3 +1,4 @@ | |||
<!-- Be careful with changing styles of the panels, it can impact our screenshot tests --> |
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.
lesson learned.......
…ss-io/cypress into browser-dropdown-ux-update
Additional details
Steps to test
yarn cypress:open
in thepackages/app
directoryHow has the user experience changed?
Before
After
Automation Missing error did not change much
PR Tasks
cypress-documentation
?type definitions
?