UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ad2f8d77 authored by Michelle Tran's avatar Michelle Tran Committed by graham.smith
Browse files

BULL-1926 Updated link

parent a9477c10
No related branches found
No related tags found
1 merge request!181BULL-1926 Updated link
...@@ -153,11 +153,14 @@ ...@@ -153,11 +153,14 @@
Cohort On-boarding Cohort On-boarding
</a> </a>
<a <a
href="https://learn.apps.dso.mil/" href="https://learn.apps.dso.mil/cohorts/4/self_register"
target="_blank" target="_blank"
rel="noopener noreferrer" 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-col>
</v-row> </v-row>
</v-col> </v-col>
......
...@@ -52,9 +52,7 @@ Cypress.Commands.add("checkLockIcons", () => { ...@@ -52,9 +52,7 @@ Cypress.Commands.add("checkLockIcons", () => {
cy.log("Link text: " + link.text()); cy.log("Link text: " + link.text());
cy.log(href); cy.log(href);
if ( if (
href.match( href.match(/(?<!(repo1|p1|login|onboarding|sso-info).*).dso.mil/)
/(?<!(repo1|p1|login|onboarding|learn|sso-info).*).dso.mil/
)
) { ) {
cy.log("Expecting lock icon..."); cy.log("Expecting lock icon...");
cy.wrap(link).within(() => { cy.wrap(link).within(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment