17266: Avoids reloading the app on cypress tests by using search.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 26 Jan 2021 14:23:43 +0000 (11:23 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 27 Jan 2021 12:04:45 +0000 (09:04 -0300)
commit3091c269a16a294cb8f19d5c325affdfc03c50f4
tree96c62ea0e5686172e038c88907a5e1e76069ef8e
parentd01d7f3a3164e305b9bd335c118d670b7574dfde
17266: Avoids reloading the app on cypress tests by using search.

Instead of using visit(url), whenever possible we should use some method
that makes the app do the routing. One way is to use the search bar with
UUIDs, as it will use the route to the proper resource panel.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
cypress/integration/collection-panel.spec.js
cypress/integration/delete-multiple-files.spec.js
cypress/integration/search.spec.js
cypress/integration/side-panel.spec.js
cypress/support/commands.js
src/views-components/search-bar/search-bar-view.tsx