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
sample-files
snapshots
.gitignore
Dockerfile
docker-entrypoint.sh
element-web-test.ts
global.d.ts
tsconfig.json