Remove legacy crypto parameter (#12679)

This commit is contained in:
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

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 $@