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
cypress version = 13.6.0
cypress-tags version =1.1.2
OS = windows
i am trying to run sanity tests with tag sanity with this command
npx cypress run --env CYPRESS_INCLUDE_TAGS=sanity
it(['sanity'],'sanity - Verify that page title is the search keyword - @sanity',() => {
homePage.searchByKeyword(englishSearchKeyword);
cy.title().should('eq', `${englishSearchKeyword} | Tradeling`);
});
but I get this error
TypeError: The following error originated from your test code, not from Cypress.
> Test argument "title" should 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.
The text was updated successfully, but these errors were encountered:
cypress version = 13.6.0
cypress-tags version =1.1.2
OS = windows
i am trying to run sanity tests with tag sanity with this command
but I get this error
The text was updated successfully, but these errors were encountered: