Skip to content

flaky e2e_ui: test_scheduled_task_create_edit_modal_and_time_picker times out clicking a minute cell #3250

Description

@webdevtodayjason

tests/e2e_ui/scheduled/test_scheduled_tasks_page.py::test_scheduled_task_create_edit_modal_and_time_picker[chromium] failed the same way on two unrelated PRs today (2026-07-24):

Failure is identical in both:

page.get_by_test_id("schedule-minute-37").click(force=True)
playwright._impl._errors.TimeoutError: Locator.click: Timeout 30000ms exceeded.

and it comes right after expect(page.get_by_test_id("schedule-minute-37")).to_be_visible() passed on the same locator — so the cell renders, then the click on the minute-wheel column stalls (scroll/snap animation race?). Neither PR goes anywhere near the scheduled-tasks UI, and the test carries no @pytest.mark.flaky rerun marker, so a single race fails the whole shard.

Happy to take a fix if a maintainer confirms the direction (e.g. wait for the wheel's scroll-settle before clicking, or give the test the same flaky(reruns=2) treatment its siblings use).

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingP2-mediumPriority: bug with workaround, important feature requestcomp:infraComponent: CI/CD, Docker, deployment, packagingcomp:web-uiComponent: web frontend (ap-web)help wantedExtra attention is neededtriagedIssue has been triaged by the bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions