-
Notifications
You must be signed in to change notification settings - Fork 33
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
[INFRA] Run WebKit e2e tests on macOS #1197
Conversation
a610993
to
ccced5e
Compare
In 72d0447, the GH WF run is ok except for the 2 panning tests. Tests act as if there isn't any panning. In the following diff images generated by the tests, the expect is on top. We also see a strange blue gray background on overlays after panning |
72d0447
to
389a1c0
Compare
About the panning tests failure - #1197 (comment) With @csouchet, we have decided to skip the 2 panning tests for now to make the webkit macos tests run as part of the regular checks. This will let us adding and updating webkit tests at the time we develop features. |
@csouchet I guess you only refer to 'panning tests' (for both diagram and overlays) as we only run zoom tests on Chromium (because Playwright currently lacks of some mouse wheel general API to be used on firefox and webkit). Anyway, thanks for your feedback, we will then investigate the panning issue in #1237. |
# Conflicts: # test/e2e/overlays.rendering.test.ts
eee36d2
to
dbfdf9d
Compare
This reverts commit 1a3f0f9
Kudos, SonarCloud Quality Gate passed!
|
Skip panning tests on WebKit as they are not working for now.
They will be fixed later.
closes #876