Playwright tests do not fail if the snapshot name is completely new #4927
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: frontend
Related to the Nuxt frontend
Description
If the snapshot does not exist in the repository, and is created during the CI run, the CI passes. This happens because we only check if any existing binary files changed, not if there are any new binary files.
Reproduction
Additional context
The text was updated successfully, but these errors were encountered: