Skip to content

Commit

Permalink
Filter Days Away in snapshots (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag authored Jul 31, 2024
1 parent 85d5e63 commit 945d875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/tests/e2e/snapshots/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ async function cleanAndNormalizeSnapshot(page) {
if (
text.includes('Ready for Review') ||
text.includes('Review in Progress') ||
(text.includes('Days') && text.includes('Past'))
(text.includes('Days') &&
(text.includes('Past') || text.includes('Away')))
) {
el.remove();
}
Expand Down

0 comments on commit 945d875

Please sign in to comment.