api.js currently tests the connection dialogue (with additional feature tests ontree_spec.js) and api compatibility.
- the current api tests should become unit tests, and be replaced by a check for the visibility of the warning pop-up within cypress as
api_spec.js.
- the UI tests for the connection dialogue need to be refactored into a new
connection_spec.js .
- this should be the only place where UI based login happens, all other connections should be established via inbuild methods with fixtures
- we might want to add additional unit tests for the connection functions
api.jscurrently tests the connection dialogue (with additional feature tests ontree_spec.js) and api compatibility.api_spec.js.connection_spec.js.