Skip to content

Commit

Permalink
Increase wait time in test
Browse files Browse the repository at this point in the history
Should hopefully make it work on Github actions
  • Loading branch information
heyman committed Dec 9, 2024
1 parent 96ae768 commit 3a90d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/buffer-creation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test("create new buffer from block", async ({page}) => {
await page.waitForTimeout(50)
await page.locator("body").pressSequentially("My New Buffer")
await page.locator("body").press("Enter")
await page.waitForTimeout(50)
await page.waitForTimeout(150)
await page.locator("body").press("Enter")
await page.locator("body").pressSequentially("New buffer content")
await page.waitForTimeout(AUTO_SAVE_INTERVAL + 50);
Expand Down

0 comments on commit 3a90d2d

Please sign in to comment.