diff --git a/cypress/e2e/xx-other/loginPage.cy.js b/cypress/e2e/xx-other/loginPage.cy.js index b0c39b31..d3be2f2a 100644 --- a/cypress/e2e/xx-other/loginPage.cy.js +++ b/cypress/e2e/xx-other/loginPage.cy.js @@ -20,9 +20,7 @@ describe('Login Page', () => { .invoke('attr', 'type') .should('equal', 'password'); }); - // This test is skipped because the help link is not present since the refactoring. - // It will return. - it.skip('Contains a help link', () => { + it('Contains a help link', () => { cy.get('a').contains('help', { matchCase: false }); diff --git a/cypress/e2e/xx-other/loginPage.cy.ts b/cypress/e2e/xx-other/loginPage.cy.ts index e05a3e0c..37581a97 100644 --- a/cypress/e2e/xx-other/loginPage.cy.ts +++ b/cypress/e2e/xx-other/loginPage.cy.ts @@ -27,9 +27,7 @@ describe('Login Page', () => { .should('equal', 'password') }) - // This test is skipped because the help link is not present since the refactoring. - // It will return. - it.skip('Contains a help link', () => { + it('Contains a help link', () => { cy.get('a').contains('help', { matchCase: false }) diff --git a/views/login.ejs b/views/login.ejs index 1af08924..289e640f 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -78,6 +78,10 @@
Build <%= buildNumber %>
+ + + Help + GitHub