Skip to content

Commit

Permalink
cypress build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pnengchu committed Oct 7, 2021
1 parent b4c12ce commit 24bf30c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/cypress/integration/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ function countryCodeCheck(
cy.get('input[name=name]').type(name)
cy.get('input[name=type]').selectByLabel(type)
cy.get('input[name=value]').type(countryCode + value)
cy.get('button[type=submit]').click()
//cy.get('button[type=submit]').click()
cy.dialogFinish('Submit')
cy.get('body').should('contain', formattedValue)
})
}
Expand Down

0 comments on commit 24bf30c

Please sign in to comment.