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 @@
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>
......
......@@ -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(() => {
......
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