-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: update browser icons #30790
base: develop
Are you sure you want to change the base?
misc: update browser icons #30790
Conversation
@@ -63,11 +63,11 @@ | |||
:disabled="autStore.isRunning" | |||
> | |||
<template #heading> | |||
<img | |||
<component |
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.
This conditional logic is repeated in several places - can it be abstracted to a new component?
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.
Are you referring to this conditional logic?
:is="allBrowsersIcons[selectedBrowser.displayName?.toLowerCase()] || allBrowsersIcons.generic"
That was already there before just under the src
prop:
:src="allBrowsersIcons[selectedBrowser.displayName] || allBrowsersIcons.generic"
cypress Run #59180
Run Properties:
|
Project |
cypress
|
Branch Review |
mschile/browser_icon_updates
|
Run status |
Cancelled #59180
|
Run duration | 35m 34s |
Commit |
37f2913935: updates
|
Committer | Matthew Schile |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
7
|
Flaky |
0
|
Pending |
377
|
Skipped |
0
|
Passing |
6134
|
View all changes introduced in this branch ↗︎ |
Warning
Partial Report: The results for the Application Quality reports may be incomplete.
UI Coverage
39.04%
|
|
---|---|
Untested elements |
198
|
Tested elements |
130
|
Accessibility
93.68%
|
|
---|---|
Failed rules |
3 critical
8 serious
1 moderate
2 minor
|
Failed elements |
726
|
Tests for review
gql-components/topnav/UpdateCypressModal.cy.tsx • 0 failed tests • frontend-shared-ct
Test | Artifacts |
---|
The first 5 failed specs are shown, see all 1179 specs in Cypress Cloud.
Additional details
Steps to test
Verify the icons are correct.
How has the user experience changed?
Browser selection:
Open mode header and dropdown:
Debug:
Run mode header:
PR Tasks
cypress-documentation
?type definitions
?