From 2b481c32df6097e39eee6fe909933b94a58f7c53 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 20 Mar 2025 15:30:27 -0400 Subject: [PATCH] bring back login page help link --- cypress/e2e/xx-other/loginPage.cy.js | 4 +--- cypress/e2e/xx-other/loginPage.cy.ts | 4 +--- views/login.ejs | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) 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