Regressions fail locally when using background icons. Regressions are not failing in the workflow. This has been tested on Intel and M2 (M1 is still hanging while running locally).
Locally, when running regression tests:
// Storybook CSS on develop:
ul.nci-cta-strip li .usa-button::after {
display: inline-block;
height: 2ex;
width: 2ex;
background: none;
background-color: currentColor;
-webkit-mask: url(static/media/navigate_next.84649ddd.svg) no-repeat center / contain;
mask: url(static/media/navigate_next.84649ddd.svg) no-repeat center / contain;
content: "";
vertical-align: top;
margin-left: 1px;
Regressions fail locally when using background icons. Regressions are not failing in the workflow. This has been tested on Intel and M2 (M1 is still hanging while running locally).
Locally, when running regression tests: