Skip to content

BrowserFactoryTest::testWindowSizeOption failed on Mac due to minimum height #693

@thetpaingsoe

Description

@thetpaingsoe

I just saw one of your test case failed due to the minimum height of the browser.
I tested on Mac and it alway return 375 if I pass the 374 and lower size.
But start from 375 upward is working fine.

$browser = $factory->createBrowser([
    'windowSize' => [1212, 333],
]);

...

self::assertEquals([333, 1212], $response); 

it always return 375 and the test case is failed.

Image

I am not very sure that might impact on other things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions