mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:36:44 +00:00
remove integration tests
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
describe('/verify', () => {
|
||||
it('redirects after successful email verification', () => {
|
||||
cy.visit("/verify?userID=123&code=abc&submit=true")
|
||||
cy.location('pathname').should('eq', '/username')
|
||||
})
|
||||
it('shows an error if validation failed', () => {
|
||||
cy.visit("/verify?userID=123&code=abc&submit=true")
|
||||
cy.contains('error validating code')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user