element-web/cypress/support
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
..
app.ts
axe.ts Make a11y related lint rules more strict (#11372) 2023-08-07 07:57:12 +00:00
bot.ts Fix incorrect type annotation on `cacheSecretStorageKey` (#12068) 2023-12-18 17:23:46 +00:00
client.ts Migrate remaining crypto tests from Cypress to Playwright (#12021) 2023-12-12 08:55:29 +00:00
clipboard.ts
composer.ts
config.json.ts
e2e.ts Playwright: Convert sliding-sync test to playwright (#11989) 2023-12-16 10:01:26 +00:00
homeserver.ts Support Podman style of accessing the host network in Cypress tests (#11421) 2023-08-18 14:40:17 +00:00
iframes.ts
labs.ts
log.ts
login.ts Support Matrix 1.1 (drop legacy r0 versions) (#9819) 2023-08-14 09:25:13 +01:00
mailhog.ts Simplify registration with email validation (#11398) 2023-08-15 16:14:53 +01:00
network.ts
percy.ts Fix: cypress `findByTestId` and `percySnapshotElement` do not work together (#10947) 2023-07-14 13:28:22 +00:00
promise.ts Simplify registration with email validation (#11398) 2023-08-15 16:14:53 +01:00
settings.ts Prevent Cypress typechecking react-sdk components without strict mode (#12053) 2023-12-14 17:55:57 +00:00
timeline.ts
toasts.ts
util.ts Update all non-major dependencies (#11329) 2023-07-27 11:34:44 +00:00
views.ts Migrate spaces.spec.ts from Cypress to Playwright (#11986) 2023-12-04 11:56:48 +00:00
webserver.ts