mirror of
https://github.com/heyman/heynote.git
synced 2025-01-03 04:28:57 +01:00
Increase wait time in test
Should hopefully make it work on Github actions
This commit is contained in:
parent
96ae76897f
commit
3a90d2d12f
@ -42,7 +42,7 @@ test("create new buffer from block", async ({page}) => {
|
|||||||
await page.waitForTimeout(50)
|
await page.waitForTimeout(50)
|
||||||
await page.locator("body").pressSequentially("My New Buffer")
|
await page.locator("body").pressSequentially("My New Buffer")
|
||||||
await page.locator("body").press("Enter")
|
await page.locator("body").press("Enter")
|
||||||
await page.waitForTimeout(50)
|
await page.waitForTimeout(150)
|
||||||
await page.locator("body").press("Enter")
|
await page.locator("body").press("Enter")
|
||||||
await page.locator("body").pressSequentially("New buffer content")
|
await page.locator("body").pressSequentially("New buffer content")
|
||||||
await page.waitForTimeout(AUTO_SAVE_INTERVAL + 50);
|
await page.waitForTimeout(AUTO_SAVE_INTERVAL + 50);
|
||||||
|
Loading…
Reference in New Issue
Block a user