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 that having a tag and at the same time .only or .skip (e.g., describe.only(['smoke'],'TC174956 Copybook - not exist: error underlined', () => { brings this error:
TypeError: The following error originated from your test code, not from Cypress.
> Suite argument "title" must be a string. Received type "object"
When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
Cypress could not associate this error to any specific test.
We dynamically generated a new test to display this failure.
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. This should be fixed in the latest release v0.0.21. Please try this out and let me know if you have anymore issues with this.
Hello,
seems that having a tag and at the same time
.only
or.skip
(e.g.,describe.only(['smoke'],'TC174956 Copybook - not exist: error underlined', () => {
brings this error:The text was updated successfully, but these errors were encountered: