Skip to content

Commit a82b6cf

Browse files
committed
fix: e2e test failing
1 parent 4c6a0f9 commit a82b6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/specs/customizer/scroll-to-top/scroll-to-top.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test.describe( 'Scroll to top', function () {
124124

125125
await expect( scrollToTopImage ).toHaveCSS(
126126
'background-image',
127-
/image.png/
127+
/spectacles.gif/
128128
);
129129

130130
await setCustomizeSettings( 'stt-icon-check2', data.general, {

0 commit comments

Comments
 (0)