bring back login page help link

pull/3/head
Dan Gowans 2025-03-20 15:30:27 -04:00
parent a71c11c5e4
commit 2b481c32df
3 changed files with 6 additions and 6 deletions

View File

@ -20,9 +20,7 @@ describe('Login Page', () => {
.invoke('attr', 'type') .invoke('attr', 'type')
.should('equal', 'password'); .should('equal', 'password');
}); });
// This test is skipped because the help link is not present since the refactoring. it('Contains a help link', () => {
// It will return.
it.skip('Contains a help link', () => {
cy.get('a').contains('help', { cy.get('a').contains('help', {
matchCase: false matchCase: false
}); });

View File

@ -27,9 +27,7 @@ describe('Login Page', () => {
.should('equal', 'password') .should('equal', 'password')
}) })
// This test is skipped because the help link is not present since the refactoring. it('Contains a help link', () => {
// It will return.
it.skip('Contains a help link', () => {
cy.get('a').contains('help', { cy.get('a').contains('help', {
matchCase: false matchCase: false
}) })

View File

@ -78,6 +78,10 @@
<hr /> <hr />
<div class="has-text-right has-text-grey-dark is-size-7"> <div class="has-text-right has-text-grey-dark is-size-7">
Build <%= buildNumber %><br /> Build <%= buildNumber %><br />
<a class="has-text-grey-dark" href="https://cityssm.github.io/sunrise-cms/docs" target="_blank" rel="nofollow noreferrer" accesskey="h">
<i class="fas fa-question-circle" aria-hidden="true"></i>
Help
</a>
<a class="has-text-grey-dark ml-4" href="https://github.com/cityssm/sunrise-cms" target="_blank" rel="noreferrer"> <a class="has-text-grey-dark ml-4" href="https://github.com/cityssm/sunrise-cms" target="_blank" rel="noreferrer">
<i class="fab fa-github" aria-hidden="true"></i> <i class="fab fa-github" aria-hidden="true"></i>
GitHub GitHub