Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nt-1290833591 until patched in node 18
  • Loading branch information
aruniverse committed Jan 30, 2023
1 parent b1e5d6c commit 3ffb1ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ describe("<TimelineComponent showDuration={true} />", () => {

const startTimeLabel = renderedComponent.getByTestId("test-start-time");
expect(startTimeLabel).not.to.be.null;
expect(startTimeLabel.innerHTML).to.equal("07:00:00 PM");
expect(startTimeLabel.innerHTML.replace("\u202f", " ")).to.equal("07:00:00 PM");
});

it("should mark today's date on the timeline", () => {
Expand Down

0 comments on commit 3ffb1ad

Please sign in to comment.