Skip to content

Commit

Permalink
Merge branch 'chore/python-3.12' of github.com:cds-snc/notification-a…
Browse files Browse the repository at this point in the history
…dmin into chore/python-3.12
  • Loading branch information
sastels committed Nov 20, 2024
2 parents 806db62 + ce7afb4 commit 579d3e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe("Remaining Messages Summary Component", () => {

it("shows thousands separator in FR for today’s remaining", () => {
cy.get("#header-lang").click();
cy.get("html").should("have.attr", "lang", "fr");
cy.visit(PageURL);
RMS.Below()
.find('*[data-testid="rms"]')
Expand All @@ -82,6 +83,7 @@ describe("Remaining Messages Summary Component", () => {

it("shows thousands separator in FR for the year’s remaining", () => {
cy.get("#header-lang").click();
cy.get("html").should("have.attr", "lang", "fr");
cy.visit(PageURL);
RMS.Below()
.find('*[data-testid="rms"]')
Expand Down

0 comments on commit 579d3e1

Please sign in to comment.