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

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