mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-09 21:08:16 -05:00
[PR #6206] [MERGED] Fix Playwright #7381
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6206
Author: @Timshel
Created: 8/21/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @dani-garcia
Base:
main← Head:fix/playwright📝 Commits (1)
17ccf0eFix Playwright docker📊 Changes
8 files changed (+34 additions, -41 deletions)
View changed files
📝
playwright/README.md(+12 -4)📝
playwright/compose/warden/Dockerfile(+3 -3)📝
playwright/compose/warden/build.sh(+0 -1)📝
playwright/playwright.config.ts(+3 -3)📝
playwright/test.env(+4 -0)📝
playwright/tests/setups/sso.ts(+5 -14)📝
playwright/tests/sso_login.spec.ts(+6 -15)📝
playwright/tests/sso_organization.spec.ts(+1 -1)📄 Description
The switch to
trixiewas 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.2is not visible in https://github.com/dani-garcia/bw_web_builds/releases).Fixed some errors with the tests:
overrideparameter`, this is an unused leftoveremailfield selection, it appears the duplication of the field with one hidden cause issues when trying to fill the second one :(web-vaultrelease.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.