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
The cypress tests are failed or succeeded independently of the back-end status.
Current Behavior
In the create_event test, there is a call to the back-end that is triggered when the save button is pressed. This makes the results of the test depend on the back-end server status. When the server goes down, the test fails.
Possible Solution
we need to stub the request.
Steps to Reproduce (for bugs)
Run the test when the development server is down.
Context
Your Environment
The text was updated successfully, but these errors were encountered:
Expected Behavior
The cypress tests are failed or succeeded independently of the back-end status.
Current Behavior
In the create_event test, there is a call to the back-end that is triggered when the save button is pressed. This makes the results of the test depend on the back-end server status. When the server goes down, the test fails.
Possible Solution
we need to stub the request.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: