Skip to content

Commit

Permalink
Merge pull request #108 from chromaui/todd/fix-delay-test-2
Browse files Browse the repository at this point in the history
Fix delay test
  • Loading branch information
tevanoff authored Feb 21, 2024
2 parents eff9ce7 + 7f94405 commit c394a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-server/fixtures/options/delay.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!doctype html>
<html>
<body>
<img src="/images/animated.gif"/>
<!-- Loads the animated gif from an external domain so that capture does not auto-pause it on the first frame -->
<img src="https://github.com/chromaui/chromatic-e2e/blob/main/test-server/fixtures/assets/images/animated.gif?raw=true"/>
<h4>The image should be snapshotted as purple since we're waiting until the delayed-revealed image is visible.</h4>
</body>
</html>

0 comments on commit c394a86

Please sign in to comment.