E AssertionError: Simulated network failure E assert False
def test_flaky_network_call():
attempt_counter["count"] += 1
if attempt_counter["count"] == 1:
> assert False, "Simulated network failure"E AssertionError: Simulated network failure E assert False
def test_flaky_network_call():
attempt_counter["count"] += 1
if attempt_counter["count"] == 1:
> assert False, "Simulated network failure"[resolve_driver] Using manually attached screenshot object
[resolve_driver] Using manually attached screenshot object