Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e): Have multiple connections by default COMPASS-8151 (#6096)
* start multiple servers * assert that the review link works * don't tie disconnecting together with connecting in anticipation of connecting multiple times * turn it into a bit more of a warning when we remove a connection that already exists before adding a new one * test that tabs get closed when a connection disconnects * make sure it doesn't close the wrong tabs * refactor the connect commands so we can connect to multiple * wip * fix disconnectAll for multiple connections * drive-by's to change collection rename to work the way our insert-data helpers are intended * test that we only remove the connection that's being disconnected's tabs * don't connect to both servers unless it is multiple connections * close modals that are open before attempting to disconnect * create the connections once * comments * More comments * use the correct connection name * fix sidebar tests * deal with virtual list in the sidebar meaning not all connections are always rendered * without only * give in and just add a data-is-connected attribute * fix boolean types * connect to just one thing for logging * don't just close all toasts always * collapse after closing modals * too many old screenshots cluttering results * don't export the function * remove commented code * don't set the connection string when we don't mean to * speed up setConnectFormState * misplaced disconnect * fix merge stuffup * don't try and save connections or use saved connections in compass-web * remove comment * feedback
- Loading branch information