Hi, from what I can tell this all looks fine, but ...
# help
w
Hi, from what I can tell this all looks fine, but you are not calling the
loginPageHeaderText
method to get the element.
Copy code
cy.shouldContain(loginPage.loginPageHeaderText, 'Welcome')
should be:
Copy code
cy.shouldContain(loginPage.loginPageHeaderText(), 'Welcome')