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
seems like it is a similar issue like #23302
This Time on .poll rather toPass.
To reproduce create any test case using expect.poll which fails on first but passes afterwards. the test will show as not passed.
Expected behavior
I expect the test to pass when the expect coming form the poll passes.
Actual behavior
the expect.poll passes but renders failed
Additional context
I verify a bunch of stuff inside the polling function and checking the polling against the test.info().errors Array. Hence doing soft assertions inside. They all go Green but the Test remains Red.
Version
1.49.1
Steps to reproduce
seems like it is a similar issue like #23302
This Time on .poll rather toPass.
To reproduce create any test case using expect.poll which fails on first but passes afterwards. the test will show as not passed.
Expected behavior
I expect the test to pass when the expect coming form the poll passes.
Actual behavior
the expect.poll passes but renders failed
Additional context
I verify a bunch of stuff inside the polling function and checking the polling against the test.info().errors Array. Hence doing soft assertions inside. They all go Green but the Test remains Red.
Environment
The text was updated successfully, but these errors were encountered: