Parallel browser tests are failing #225
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nidde/parenting-tool#225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FAILED Tests\Browser\GTasks\TaskBoardTest >
Task Board→ user can crea…Timeout 5000ms exceeded. A screenshot of the page has been saved to [Tests/Browser/Screenshots/Task_Board_→_user_can_create_new_task].
The following JavaScript errors were found:
ResizeObserver loop completed with undelivered notifications.
ResizeObserver loop completed with undelivered notifications.
ResizeObserver loop completed with undelivered notifications.
at tests/Browser/G-Tasks/TaskBoardTest.php:44
40▕
41▕ visit('/calendar/tasks')
42▕ ->click('#fab-extension-tasks-actions')
43▕ ->wait(0.5)
➜ 44▕ ->click('#task-fab-new-task')
45▕ ->wait(0.5)
46▕ ->fill('#task-form-name', 'New Test Task')
47▕ ->fill('#task-form-description', 'Task description')
48▕ ->click('#task-form-submit')
Tests: 1 failed, 78 passed (298 assertions)
Duration: 89.65s
[1A Parallel: 8 processes
Process completed with exit code 1.
It doesn't always happen, but something usually goes wrong when running the browser tests in parallel. Perhaps some restructuring to make them more consistent?