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 step combining strong and soft checks is marked as passed despite soft checks failed
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Run test
@allure.id("6088")
def test_draft():
with allure.step("Проверка, что cevvсуммы равны"):
assert 2+2==1+3
for digit in [1,2,3]:
with check: assert digit == 10
Check status for steps at *-result.json in allure-results
What is the expected behavior?
The step marked as failed
What is the motivation / use case for changing the behavior?
I'm submitting
What is the current behavior?
the step combining strong and soft checks is marked as passed despite soft checks failed
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
The step marked as failed
What is the motivation / use case for changing the behavior?
Correct mark
Please tell us about your environment:
Other information
18285403-d1b5-4ce8-bad2-3e81e4f78bb4-result.json
The text was updated successfully, but these errors were encountered: