Skip to content

Commit

Permalink
fix: stinky playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Oct 7, 2024
1 parent 4b71890 commit cd5ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/language.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ test("Language", async ({ page }) => {
// Prevent it from opening a popup requesting the port, act as if nothing gets selected
await page.evaluate("navigator.serial.requestPort = function() {}");
await page.getByRole("button", { name: "Upload naar robot" }).click();
await page.getByRole("button", { name: "Ga terug naar code scherm" }).click();
await page.getByRole("button", { name: "Ik begrijp het" }).click();
});

0 comments on commit cd5ddc0

Please sign in to comment.