Don't rely on the state of previous tests #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should avoid make test dependant of other tests to succeed. If needed we can pack bunch of test script together and change the test topic accordingly:
DON'T
DO
This testcase need the server to be on a 'user connected' state prior of the test to run. I would need more introspection in the server code in order to
cy.request()
that before hand then do the test itself.