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

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

Running with --riot-url sometimes fails on #advanced selector #18

Open bwindels opened 6 years ago

bwindels commented 6 years ago

As the default server is still set to matrix.org for local riot dev environments, it will show a spinner while it does a POST /register call to matrix.org to get the register flows which is unpredictable and sometimes slow, and sometimes fails the tests locally. Either increase the timeout for that initial selector to a big value or find a way to set the default server when we can't change the config file.