Skip to content

Notifications intermittent test failure #360

Description

@b4handjr

I've seen this error a few times, we should probably make this property a bit more robust.

=================================== FAILURES ===================================
___________ test_progress_notification_downloading[firefox_options0] ___________

browser = <foxpuppet.windows.browser.window.BrowserWindow object at 0x7f221c31ff50>
progress_notification = <foxpuppet.windows.browser.notifications.addons.AddOnProgress object at 0x7f221c3e1ee0>

    @pytest.mark.parametrize(
        "firefox_options", [{"page_load_strategy_none": True}], indirect=True
    )
    def test_progress_notification_downloading(
        browser: BrowserWindow, progress_notification: AddOnProgress
    ) -> None:
        """Verify downloading status is reported correctly."""
        description = progress_notification.is_downloading
>       assert description is True
E       assert False is True

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions