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
Say you have a test case that tests a view with snapshots and then does some other test.
expect(view).will.haveValidSnapshot(); // pass, but does emit a "ksdiff" lineexpect(1).to.equal(2); //fails, but the kaleidoscope command from the previous line is recorded as a failure in second curtain
If the first expectation emits a "ksdiff" line to the log, as is common will will blocks, then the second, failing expectation will mark the first one, which passed, as a failure to be uploaded.
Say you have a test case that tests a view with snapshots and then does some other test.
If the first expectation emits a "ksdiff" line to the log, as is common will
will
blocks, then the second, failing expectation will mark the first one, which passed, as a failure to be uploaded./cc @orta
The text was updated successfully, but these errors were encountered: