matrix-org / matrix-react-end-to-end-tests

End to end tests for the matrix react web app
2 stars 2 forks source link

Enable feature_lazyloading in config file and remove test usecase to enabled it in labs section #34

Closed bwindels closed 5 years ago

bwindels commented 6 years ago

Right now the tests assume lazy loading needs to be enabled in the labs section. As it's now enabled by default on riot.im/develop it might be a good time to enable it in riot/config-template/config.json and remove that step from the tests. The only concern could be that if you are running the tests with --riot-url yourlocalriot which uses a config file with LL not enabled, you would be running LL tests while not actually lazy loading (which would probably pass and potentially hide failures). We should check the config file by fetching it first from the tests to see it is compatible with the tests before running them with --riot-url.