From ad2f8d77b26095077bdbe09a15079c915f06c731 Mon Sep 17 00:00:00 2001 From: Michelle Tran <michelle.tran@darkwolfsolutions.com> Date: Thu, 21 Jul 2022 19:23:24 +0000 Subject: [PATCH] BULL-1926 Updated link --- src/components/Footer.vue | 9 ++++++--- tests/e2e/support/commands.js | 4 +--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 55b552fc..34ceb684 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -153,11 +153,14 @@ Cohort On-boarding </a> <a - href="https://learn.apps.dso.mil/" + href="https://learn.apps.dso.mil/cohorts/4/self_register" target="_blank" rel="noopener noreferrer" - >Self Learning</a - > + >Self Learning + <v-icon small left color="#E1E1E1" class="mr-0 mb-1" + >mdi-lock</v-icon + > + </a> </v-col> </v-row> </v-col> diff --git a/tests/e2e/support/commands.js b/tests/e2e/support/commands.js index 05704808..1cea6ff9 100644 --- a/tests/e2e/support/commands.js +++ b/tests/e2e/support/commands.js @@ -52,9 +52,7 @@ Cypress.Commands.add("checkLockIcons", () => { cy.log("Link text: " + link.text()); cy.log(href); if ( - href.match( - /(?<!(repo1|p1|login|onboarding|learn|sso-info).*).dso.mil/ - ) + href.match(/(?<!(repo1|p1|login|onboarding|sso-info).*).dso.mil/) ) { cy.log("Expecting lock icon..."); cy.wrap(link).within(() => { -- GitLab