Skip to content

Commit

Permalink
fix change vin scanner page
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindrawan committed Oct 15, 2024
1 parent 8169db4 commit f92d45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/MRZScanner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test.describe.configure({ mode: "serial" });

test.describe("Verify the MRZ Scanner page title and verify user can select different settings", () => {
test.beforeEach(async ({ mrzScannerPage }) => {
// Navigate to the VIN Scanner page
// Navigate to the MRZ Scanner page
await mrzScannerPage.navigateTo();
});

Expand Down

0 comments on commit f92d45e

Please sign in to comment.