We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c683862 + f59435f commit e89a8d8Copy full SHA for e89a8d8
cypress/e2e/theming/a11y-color-contrast.cy.ts
@@ -66,7 +66,7 @@ const testCases = {
66
'color-primary-element-light-hover',
67
],
68
},
69
- 'Servity information texts': {
+ 'Severity information texts': {
70
foregroundColors: [
71
'color-error-text',
72
'color-warning-text',
@@ -76,6 +76,15 @@ const testCases = {
76
backgroundColors: [
77
'color-main-background',
78
'color-background-hover',
79
+ ],
80
+ },
81
+ // only most important severity colors are supported on the blur
82
+ 'Severity information on blur': {
83
+ foregroundColors: [
84
+ 'color-error-text',
85
+ 'color-success-text',
86
87
+ backgroundColors: [
88
'color-main-background-blur',
89
90
0 commit comments