Closed geoffrey1330 closed 1 year ago
We don't need the following files to be merged. cypress/.DS_Store (this shouldn't be uploaded at all as its your local file) package-lock.json package.json
We don't need the following files to be merged.
cypress/.DS_Store
package-lock.json
package.json
I've made the fix
For the PR:
cy.get(':nth-child(2) > td').should('contain', 'Just now')
cy.get(':nth-child(2) > td').contains(/Just now | seconds ago/i)
I've made the fix