Closed aik099 closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.19%. Comparing base (
a6cfcfa
) to head (edbd07d
). Report is 3 commits behind head on master.:exclamation: Current head edbd07d differs from pull request most recent head a2f3652
Please upload reports for the commit a2f3652 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@stof , the PRs for fixing all failing tests on Selenium 3 were created, except the testRightClick
. Please review them.
${{ matrix.selenium_version }}
should also be used on line 98 like below, otherwise it will conflict with #385:name: logs_php-${{ matrix.php }}_selenium-${{ matrix.selenium_version }}_firefox
Done.
Tests, that weren't failing previously:
1) Behat\Mink\Tests\Driver\Custom\TimeoutTest::testInvalidTimeoutSettingThrowsException
Failed asserting that exception of type "\Behat\Mink\Exception\DriverException" is thrown.
Merging, because created dedicated issues for fixing failing tests.
Observations
Used
selenium/standalone-firefox
Docker image chooses the Firefox version like so:Not sure why, but some of the below tests fail only on Firefox 92.
Used build
https://github.com/minkphp/MinkSelenium2Driver/actions/runs/8015977437/job/21897049068?pr=383
Errors
Failures:
Doesn't work in both Chrome & Firefox.
Related issues/pull requests: