Remove legacy crypto parameter (#12679)

pull/28217/head
Florian Duros 2024-06-25 11:06:55 +02:00 committed by GitHub
parent cea0b7c37e
commit 15de0010a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ set -e
yarn link
yarn --cwd ../element-web install
yarn --cwd ../element-web link matrix-react-sdk
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $@
npx playwright test --update-snapshots --reporter line $@