element-web/cypress
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
fixtures Migrate timeline.spec.ts from Cypress to Playwright (#12025) 2023-12-13 14:59:08 +00:00
plugins Playwright: Convert sliding-sync test to playwright (#11989) 2023-12-16 10:01:26 +00:00
support Fix incorrect type annotation on `cacheSecretStorageKey` (#12068) 2023-12-18 17:23:46 +00:00
global.d.ts Prevent Cypress typechecking react-sdk components without strict mode (#12053) 2023-12-14 17:55:57 +00:00
tsconfig.json