-
Notifications
You must be signed in to change notification settings - Fork 174
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
Unable to render maplibregl Map #3041
Comments
Hello, I have reproduced the issue with your reproduction steps. |
Some of our other tests fail in Native Automation mode. |
Hello, As a workaround, you can split your test cases with maps to run in Native Automation mode and others to run as usual. Could you please create minimal reproducible examples for the issues you encountered with Native Automation mode? With these examples, we will be in a better position to investigate what causes them. |
What is your Scenario?
Use testcafe to verify that maps are rendered showing the correct location within https://demo.photoprism.app/library/places?q=s2:5486148ceb64.
What is the Current behavior?
The map tiles are not rendered, zoom is to 5000m instead of 30m.
What is the Expected behavior?
The map tiles are rendered, and the photo preview is shown.
What is your public website URL? (or attach your complete example)
To simplify the scenario I used the Hammerhead Playground and ran the following code sample within https://codepen.io. You will have to get your own key (free) from https://www.maptiler.com/cloud/ to enable maps to render.
The following is the HTML which is all that is required to demonstrate the issue:
Please note that this example code was source from https://openmaptiles.org/docs/website/maplibre-gl-js/
What is your TestCafe test code?
Tested using Hammerhead Playground and Chrome browser
As per instructions: https://github.com/DevExpress/testcafe-hammerhead?tab=readme-ov-file#first-look
Your complete configuration file
Not Applicable
Your complete test report
Not Applicable
Screenshots
See attached Expected and Actual screen shots
Steps to Reproduce
TestCafe version
Not Applicable (hammerhead is Commit ede686e)
Node.js version
v18.19.0
Command-line arguments
Not Applicable
Browser name(s) and version(s)
Chrome 132.0.6834.159
Platform(s) and version(s)
Linux Debian 12
Other
The text was updated successfully, but these errors were encountered: