-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CI): fix changed github user profile picture causing breaking CI …
…screenshot tests (#2105) ### Root cause The `ComponentShowcase` Vue component has some hardcoded example avatars, where the images are loaded from GitHub. The Screenshot tests fail because an avatar image on GitHub was updated, and therefore the saved screenshot doesn't match anymore. ### Fix This is fixed by intercepting the avatar image request in the screenshot test and always returning the same, static image. Closes #2106 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JoCa96 <[email protected]>
- Loading branch information
1 parent
f50fb47
commit 514516c
Showing
20 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
Binary file modified
BIN
-5.31 KB
(93%)
.../snapshots/components/examples/ComponentShowcase/default-2xs-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6.89 KB
(93%)
...t/snapshots/components/examples/ComponentShowcase/default-2xs-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.43 KB
(92%)
...ht/snapshots/components/examples/ComponentShowcase/default-2xs-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.25 KB
(93%)
...t/snapshots/components/examples/ComponentShowcase/default-lg-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.28 KB
(94%)
...ht/snapshots/components/examples/ComponentShowcase/default-lg-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.47 KB
(93%)
...ght/snapshots/components/examples/ComponentShowcase/default-lg-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.29 KB
(93%)
...t/snapshots/components/examples/ComponentShowcase/default-md-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6.98 KB
(93%)
...ht/snapshots/components/examples/ComponentShowcase/default-md-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.35 KB
(93%)
...ght/snapshots/components/examples/ComponentShowcase/default-md-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.21 KB
(93%)
...t/snapshots/components/examples/ComponentShowcase/default-sm-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.14 KB
(93%)
...ht/snapshots/components/examples/ComponentShowcase/default-sm-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.45 KB
(93%)
...ght/snapshots/components/examples/ComponentShowcase/default-sm-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.26 KB
(93%)
...t/snapshots/components/examples/ComponentShowcase/default-xl-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.36 KB
(94%)
...ht/snapshots/components/examples/ComponentShowcase/default-xl-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.45 KB
(93%)
...ght/snapshots/components/examples/ComponentShowcase/default-xl-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.17 KB
(93%)
...t/snapshots/components/examples/ComponentShowcase/default-xs-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6.74 KB
(93%)
...ht/snapshots/components/examples/ComponentShowcase/default-xs-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.51 KB
(92%)
...ght/snapshots/components/examples/ComponentShowcase/default-xs-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 18 additions & 11 deletions
29
packages/sit-onyx/src/components/examples/ComponentShowcase/ComponentShowcase.ct.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+12.9 KB
packages/sit-onyx/src/components/examples/ComponentShowcase/sherlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.