Fix Playwright #394

Closed
opened 2026-04-05 21:07:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Timshel on 8/21/2025

The switch to trixie was not made for the intermediate docker image for the Playwright tests.

The intermediate image allow running tests against an unreleased web-vault.
Fixed the build script and added commented variable (I'll mention that v2025.7.2 is not visible in https://github.com/dani-garcia/bw_web_builds/releases).

Fixed some errors with the tests:

  • Increased the tests Timeout since the 10s timeout was generating flakiness around account creation.
  • Remove the override parameter`, this is an unused leftover
  • Fix the email field selection, it appears the duplication of the field with one hidden cause issues when trying to fill the second one :(
  • Fix the toggle fields tests, they were not up-to-date with latest web-vault release.
*Originally created by @Timshel on 8/21/2025* The switch to `trixie` was not made for the intermediate docker image for the Playwright tests. The intermediate image allow running tests against an unreleased `web-vault`. Fixed the build script and added commented variable (I'll mention that `v2025.7.2` is not visible in https://github.com/dani-garcia/bw_web_builds/releases). Fixed some errors with the tests: - Increased the tests Timeout since the 10s timeout was generating flakiness around account creation. - Remove the `override` parameter`, this is an unused leftover - Fix the `email` field selection, it appears the duplication of the field with one hidden cause issues when trying to fill the second one :( - Fix the toggle fields tests, they were not up-to-date with latest `web-vault` release.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#394