Skip to content

Commit

Permalink
Merge pull request #527 from bcgov/feature/FIGECRC-357
Browse files Browse the repository at this point in the history
FIGECRC-357Update eCRC landing page
  • Loading branch information
TayGov authored Dec 8, 2023
2 parents 14b28bf + dbcc48c commit e762030
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/eCRC_qaautomation/pageobjectfactory/landingpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LandingPageObjects {
);
this.iAmAnAuthorizedContact = element(
by.css(
"a[href='https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration']"
"a[href='https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts']"
)
);
this.iAmAnEmployerOrganization = element(
Expand Down
2 changes: 1 addition & 1 deletion src/ecrc-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ecrc.links.copyright=https://www2.gov.bc.ca/gov/content/home/copyright
ecrc.links.contact-us=https://www2.gov.bc.ca/gov/content/home/contact-us
ecrc.links.crra-act-home=http://www.bclaws.ca/EPLibraries/bclaws_new/document/ID/freeside/00_96086_01
ecrc.links.crc-types=http://www.rcmp-grc.gc.ca/en/types-criminal-background-checks
ecrc.links.crc-authorized-contact=https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration
ecrc.links.crc-authorized-contact=https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts
ecrc.links.crrp-enroll-employer=https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/employer-organizations
ecrc.links.crrp-enroll-volunteer=https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/volunteer-organizations
ecrc.links.crc-terms-of-use=https://www2.gov.bc.ca/assets/download/66CA082E49F740D69D54C6EB8AE65820
Expand Down
6 changes: 3 additions & 3 deletions src/ecrc-frontend/src/__snapshots__/storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11223,7 +11223,7 @@ exports[`Storyshots OrgValidation Default 1`] = `
</li>
<li>
<a
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration"
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -11559,7 +11559,7 @@ exports[`Storyshots OrgValidation Mobile 1`] = `
</li>
<li>
<a
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration"
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -11868,7 +11868,7 @@ exports[`Storyshots OrgValidationText Default 1`] = `
</li>
<li>
<a
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration"
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function OrgValidationText({

<li>
<a
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration"
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ exports[`OrgValidationText Component Matches the snapshot 1`] = `
</li>
<li>
<a
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration"
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ exports[`OrgValidation Component Matches the snapshot 1`] = `
</li>
<li>
<a
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/organization-registration/employee-organization-registration/employee-contact-registration"
href="https://www2.gov.bc.ca/gov/content/safety/crime-prevention/criminal-record-check/authorized-contacts"
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit e762030

Please sign in to comment.