Skip to content

Commit

Permalink
fix: failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Apr 29, 2024
1 parent 4abca5a commit 077d6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/session_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Scenario('screenshots reflect the current page of current session @Puppeteer @Pl
const [default1Digest, default2Digest, john1Digest, john2Digest] = await I.getSHA256Digests([
`${output_dir}/session_default_1.png`,
`${output_dir}/session_default_2.png`,
`${output_dir}/session_john_1.png`,
`${output_dir}/john_session_john_1.png`,
`${output_dir}/session_john_2.png`,
]);

Expand Down

0 comments on commit 077d6b1

Please sign in to comment.