Skip to content

Commit

Permalink
chore(save): update shuffle dialog test
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed May 30, 2024
1 parent 90ecd4d commit cb7ad00
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified src/__image_snapshots__/save-test-js-shuffle-1-snap.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 src/__image_snapshots__/save-test-js-shuffle-2-snap.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 src/__image_snapshots__/save-test-js-shuffle-3-snap.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 src/__image_snapshots__/save-test-js-shuffle-4-snap.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 src/__image_snapshots__/save-test-js-shuffle-5-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/save.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ test('shuffle', async () => {
await walkToCat();
// deterministic rng
await evaluate(() => {
Math.random = () => 0;
Math.random = () => 0.5;
});
await press('ArrowRight'); // talk to cat
await waitForBlip();
Expand Down

0 comments on commit cb7ad00

Please sign in to comment.