-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also test on Selenium 3 #383
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #383 +/- ##
============================================
- Coverage 90.21% 90.19% -0.03%
Complexity 168 168
============================================
Files 1 1
Lines 470 469 -1
============================================
- Hits 424 423 -1
Misses 46 46 ☔ View full report in Codecov by Sentry. |
ac870ee
to
42cc7fa
Compare
377158f
to
88ef030
Compare
d111782
to
7793ce2
Compare
@stof , the PRs for fixing all failing tests on Selenium 3 were created, except the |
3158b70
to
92bf29e
Compare
92bf29e
to
2384aa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
${{ 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
2384aa0
to
edbd07d
Compare
Done. |
edbd07d
to
a2f3652
Compare
a2f3652
to
e26c768
Compare
e26c768
to
cd331a0
Compare
Tests, that weren't failing previously:
|
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: