From 905a4fdb7f697c8725f0482981f2f7d78d722fa0 Mon Sep 17 00:00:00 2001 From: jgiwinski Date: Wed, 31 Jan 2024 10:28:43 -0700 Subject: [PATCH] update help link --- cypress/e2e/spec.cy.js | 2 +- src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/spec.cy.js b/cypress/e2e/spec.cy.js index 5950cf2..a45e398 100644 --- a/cypress/e2e/spec.cy.js +++ b/cypress/e2e/spec.cy.js @@ -60,7 +60,7 @@ context('SACDS', () => { cy.get('h1').should('be.visible').and('contain.text', 'Both Entity ID and return URL are required.'); cy.get('p a') .should('be.visible') - .and('have.attr', 'href', 'LINK_FROM_I2'); + .and('have.attr', 'href', 'https://incommon.org/help/'); cy.get('p a').should('contain.text', 'Click Here'); }) }) diff --git a/src/App.js b/src/App.js index ee125e4..8506281 100644 --- a/src/App.js +++ b/src/App.js @@ -40,7 +40,7 @@ function App() { {error ? ( <>

{error}

-

Click Here for more information.

+

Click Here for more information.

) : ( <>