You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a scenario performs any form of database operation, the database alteration persists between scenarios. In the future, when the test suite is more comprehensive, this could cause unexpected failures when conflicts happen between scenarios.
We should figure out a better way of resetting the environment between scenarios. And, in the interim, we should make sure our scenarios clean up whatever database alteration they perform.
The text was updated successfully, but these errors were encountered:
Currently, if a scenario performs any form of database operation, the database alteration persists between scenarios. In the future, when the test suite is more comprehensive, this could cause unexpected failures when conflicts happen between scenarios.
We should figure out a better way of resetting the environment between scenarios. And, in the interim, we should make sure our scenarios clean up whatever database alteration they perform.
The text was updated successfully, but these errors were encountered: