Skip to content

Commit

Permalink
test(e2e): port mobile test to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent f55f6f6 commit db42346
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ describe('Basic email profile with succeeding login flows', () => {
before(() => {
cy.registerApi({ email, password, fields: { 'traits.website': website } })
})

;[
{
route: express.login,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ context('Mobile Profile', () => {

cy.get('*[data-testid="field/password_identifier"]').should(
'contain.text',
'length must be >= 1, but got 0'
'Property password_identifier is missing.'
)

cy.get('*[data-testid="field/password"]').should(
'not.contain.text',
'length must be >= 1, but got 0'
'Property password is missing.'
)
})

Expand Down

0 comments on commit db42346

Please sign in to comment.