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
Let's say I have three different describe blocks, like this:
And I click the "Run Test" button next to test C3 (the 3rd test of describe block C).
What I expected to happen:
All tests except C3 are skipped
What actually happened:
All tests inside describe block C are ran.
This is annoying because tests C1 and C2 might be slow or produce testing messages.
Furthermore, the other describe blocks are shown as passing, even though the tests inside them are skipped, which is confusing but not that bad.
The text was updated successfully, but these errors were encountered:
Let's say I have three different describe blocks, like this:

And I click the "Run Test" button next to test C3 (the 3rd test of describe block C).
What I expected to happen:
All tests except C3 are skipped
What actually happened:

All tests inside describe block C are ran.
This is annoying because tests C1 and C2 might be slow or produce testing messages.
Furthermore, the other describe blocks are shown as passing, even though the tests inside them are skipped, which is confusing but not that bad.
The text was updated successfully, but these errors were encountered: