Skip to content

Commit

Permalink
Tests - Add 2 links to media at the layer level
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 10, 2024
1 parent 20eee3f commit 135f2cb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions tests/qgis-projects/tests/treeview.qgs.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"metadata": {
"qgis_desktop_version": 32815,
"lizmap_plugin_version_str": "4.3.3",
"lizmap_plugin_version": 40303,
"lizmap_web_client_target_version": 30700,
"qgis_desktop_version": 33411,
"lizmap_plugin_version_str": "4.4.3-alpha",
"lizmap_plugin_version": 40403,
"lizmap_web_client_target_version": 30800,
"lizmap_web_client_target_status": "Stable",
"instance_target_url": "https://demo.lizmap.com/lizmap/"
"instance_target_url": "https://demo.lizmap.com/lizmap/",
"instance_target_repository": "features"
},
"warnings": {},
"debug": {
"total_time": 0.715
"total_time": 0.636
},
"options": {
"projection": {
Expand Down Expand Up @@ -44,6 +45,7 @@
"pointTolerance": 25,
"lineTolerance": 10,
"polygonTolerance": 5,
"automatic_permalink": true,
"tmTimeFrameSize": 10,
"tmTimeFrameType": "seconds",
"tmAnimationFrameLength": 1000,
Expand Down Expand Up @@ -123,7 +125,7 @@
],
"title": "subdistricts",
"abstract": "",
"link": "",
"link": "../media/specific_media_folder/random-4.jpg",
"minScale": 0,
"maxScale": 51000,
"toggled": "True",
Expand Down Expand Up @@ -251,7 +253,7 @@
"crs": "EPSG:2154",
"title": "Tramway lines",
"abstract": "",
"link": "",
"link": "media/random-1.jpg",
"minScale": 1,
"maxScale": 1000000000000,
"toggled": "False",
Expand Down

4 comments on commit 135f2cb

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "playwright" tests failed with this latest commit on the branch release_3_8 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/11320487793

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "playwright" tests failed with this latest commit on the branch release_3_7 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/11320487801

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "cypress" tests failed with this latest commit on the branch release_3_8 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/11320487793

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "cypress" tests failed with this latest commit on the branch release_3_7 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/11320487801

Please sign in to comment.