Skip to content

Commit

Permalink
fix: stupid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Dec 8, 2024
1 parent c35cc60 commit 4814199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser_storage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test("Saving - Blockly", async ({ page }) => {
test("Saving - C++", async ({ page }) => {
await selectRobot(page, "Leaphy C++");
await page.getByText("setup").click();
await page.getByLabel("Editor content;Press Alt+F1").fill("testing");
await page.getByLabel("Editor content").fill("testing");

await expect(page.getByText("setup")).toBeHidden();
await expect(page.getByText("testing")).toBeVisible();
Expand Down

0 comments on commit 4814199

Please sign in to comment.