mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
correct method call in step definition
This commit is contained in:
parent
48cede9222
commit
fede39f308
@ -18,7 +18,7 @@ And('the user agrees to the privacy policy', () => {
|
||||
})
|
||||
|
||||
And('the user submits the registration form', () => {
|
||||
registrationPage.submitRegistrationPage()
|
||||
registrationPage.submitRegistrationForm()
|
||||
cy.get(registrationPage.RegistrationThanxHeadline).should('be.visible')
|
||||
cy.get(registrationPage.RegistrationThanxText).should('be.visible')
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user