Skip to content

web: remove `percy` from e2e tests

Administrator requested to merge vb/remove-percy-from-e2e-tests into main

Created by: valerybugakov

Context

As noticed in this comment we recently started successfully snapshotting in E2E tests. It caused all snapshots to disappear from the Percy diff on the main branch. Let's use Percy snapshots only in integration tests to avoid such situations, and confusion about multiple Percy builds. That's the only diff that we used before this PR, so it doesn't change anything from the confidence perspective.

Test plan

Check that percySnapshot is not called in web E2E tests.

App preview:

Merge request reports

Loading