Skip to content

Commit

Permalink
chore: address spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
DipperTheDan committed Dec 5, 2023
1 parent 38230a3 commit de60578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/progress-tracker/progress-tracker.pw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ test.describe("Check props for ProgressTracker component", () => {
const getYValue = (locator: Locator) =>
locator.evaluate((element) => element.getBoundingClientRect().y);

test(`should position current value label below tracker line when labelsPosition prop is "top"`, async ({
test(`should position current value label above tracker line when labelsPosition prop is "top"`, async ({
mount,
page,
}) => {
Expand Down

0 comments on commit de60578

Please sign in to comment.