element-web/playwright
Richard van der Hoff ffb4239103
Fix incorrect type annotation on cacheSecretStorageKey (#12068)
* Fix incorrect type annotation on `cacheSecretStorageKey`

`cacheSecretStorageKey` is passed a `SecretStorageKeyDescription` (aka a
`ISecretStorageKeyInfo`), and has done ever since
https://github.com/matrix-org/matrix-js-sdk/pull/1502.
`AddSecretStorageKeyOpts`is something else, though until recently some of the
properties on `AddSecretStorageKeyOpts` were incorrectly marked as optional, so
this went unnoticed since it was broken by
https://github.com/matrix-org/matrix-react-sdk/pull/11217.

* playwright has the same problem
2023-12-18 17:23:46 +00:00
..
e2e Convert spotlight tests to playwright (#12033) 2023-12-18 06:04:15 +00:00
pages Fix incorrect type annotation on cacheSecretStorageKey (#12068) 2023-12-18 17:23:46 +00:00
plugins Playwright: Convert sliding-sync test to playwright (#11989) 2023-12-16 10:01:26 +00:00
sample-files Migrate settings/* from Cypress to Playwright (#11949) 2023-11-29 13:50:13 +00:00
snapshots Migrate timeline.spec.ts from Cypress to Playwright (#12025) 2023-12-13 14:59:08 +00:00
.gitignore Migrate user-view.spec.ts from Cypress to Playwright (#11944) 2023-11-29 16:39:27 +00:00
docker-entrypoint.sh Migrate settings/* from Cypress to Playwright (#11949) 2023-11-29 13:50:13 +00:00
Dockerfile Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950) 2023-11-28 10:22:25 +00:00
element-web-test.ts Playwright: Convert sliding-sync test to playwright (#11989) 2023-12-16 10:01:26 +00:00
global.d.ts Migrate widgets/* from Cypress to Playwright (#12032) 2023-12-12 17:26:08 +00:00
tsconfig.json Migrate user-onboarding-*.spec.ts from Cypress to Playwright (#11927) 2023-11-27 12:11:00 +00:00