Parallel browser tests are failing #225

Closed
opened 2026-04-21 07:22:25 +00:00 by niddelicious · 0 comments
niddelicious commented 2026-04-21 07:22:25 +00:00 (Migrated from github.com)

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

 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?

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  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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nidde/parenting-tool#225
No description provided.