File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
showcase/tests/acceptance Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,24 @@ module('Acceptance | Percy test', function (hooks) {
3131 await visit ( '/foundations/focus-ring' ) ;
3232 await percySnapshot ( 'FocusRing' ) ;
3333
34+ await visit ( '/foundations/theming' ) ;
35+ await percySnapshot ( 'Theming - Standard' ) ;
36+ await fillIn (
37+ '.shw-theme-switcher__control-select' ,
38+ 'css-selectors--migration|default' ,
39+ ) ;
40+ await percySnapshot ( 'Theming - HDS Default' ) ;
41+ await fillIn (
42+ '.shw-theme-switcher__control-select' ,
43+ 'css-selectors--migration|light' ,
44+ ) ;
45+ await percySnapshot ( 'Theming - CDS Light' ) ;
46+ await fillIn (
47+ '.shw-theme-switcher__control-select' ,
48+ 'css-selectors--migration|dark' ,
49+ ) ;
50+ await percySnapshot ( 'Theming - CDS Dark' ) ;
51+
3452 // Take snapshots for English, Spanish, and None (Fallback) translations
3553 await visit ( '/internationalization/translation' ) ;
3654 await percySnapshot ( 'Translation - English' ) ;
You can’t perform that action at this time.
0 commit comments