Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950)
* Consolidate snapshots between Legacy & Rust crypto in the happy case Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Improve user-onboarding-new screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d47f856ba0
commit
dbae856141
6
playwright/docker-entrypoint.sh
Normal file
6
playwright/docker-entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
yarn --cwd ../element-web install
|
||||
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $1
|
||||
Reference in New Issue
Block a user