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
If we make several asserts within one test case, and one of them fails, the others that follow will not be fulfilled. So, while running the test, we do not see any information about the following asserts until we fix the error or comment it.
The text was updated successfully, but these errors were encountered:
vbuchii
changed the title
Few asserts in scope of the one test case don't work properly
Several asserts in scope of the one test case don't work properly
Aug 17, 2020
If we make several asserts within one test case, and one of them fails, the others that follow will not be fulfilled. So, while running the test, we do not see any information about the following asserts until we fix the error or comment it.
The text was updated successfully, but these errors were encountered: