element-web/cypress/support
Richard van der Hoff 81df8a3d2b
Add intercept of `config.json` (#10908)
* Add intercept of `config.json`

To help make sure that we run our tests against a known config, rather than
accidentally making requests to `matrix.org`.

* Remove now-redundant stubs of matrix.org files

Now that we intercept config.json, all this stuff is redundant.

* Reinstate fixture which is actually used

Turns out this is used after all

* Add a `map_style_url`

* disable failing axe check
2023-05-16 12:15:20 +00:00
..
app.ts
axe.ts Add intercept of `config.json` (#10908) 2023-05-16 12:15:20 +00:00
bot.ts Cypress tests for read receipts, threaded and unthreaded (#10872) 2023-05-12 08:04:33 +00:00
client.ts Test for element-web#24629 - read receipts on main and unthreaded don't clash (#10769) 2023-05-03 11:13:46 +00:00
clipboard.ts
composer.ts Update Cypress test files under `support/` directory - use Cypress Testing Library (#10619) 2023-04-17 07:37:49 +00:00
config.json.ts Add intercept of `config.json` (#10908) 2023-05-16 12:15:20 +00:00
e2e.ts Add intercept of `config.json` (#10908) 2023-05-16 12:15:20 +00:00
homeserver.ts Deflakey `threads` cypress test (#10632) 2023-04-18 10:17:46 +00:00
iframes.ts
labs.ts
log.ts Improve cypress logging output (#10845) 2023-05-11 10:46:50 +00:00
login.ts Improve cypress logging output (#10845) 2023-05-11 10:46:50 +00:00
network.ts Add intercept of `config.json` (#10908) 2023-05-16 12:15:20 +00:00
percy.ts
proxy.ts
settings.ts Update Cypress test files under `support/` directory - use Cypress Testing Library (#10619) 2023-04-17 07:37:49 +00:00
timeline.ts
util.ts
views.ts Update Cypress test files under `support/` directory - use Cypress Testing Library (#10619) 2023-04-17 07:37:49 +00:00
webserver.ts