PB-2064: print cypress test#1532
Merged
pakb merged 11 commits intofeat-PB-1383-pinia-storefrom Jan 29, 2026
Merged
Conversation
31a1e57 to
1c3117c
Compare
1c3117c to
cada1cd
Compare
313b278 to
06578d8
Compare
b5490e9 to
1b6683a
Compare
there are some issue with @geoblocks/mapfishprint not sharing the same instance of OpenLayers than the rest of the code, leading to some false negative with "instanceof" operator. It is testing against ol/style/Image and ol/style/Circle, but doesn't use the same reference than our code, leading to always false results. I've added a patch to the lib to fix that
and trying to share the same OL "code" throughout the code-base (when imported into the viewer package) Also changing vite aliases with a simpler way of aliasing '@' that isn't using a URL anymore.
I had some issue with important not being applied (being second in line), and after testing without the prefix it was working as intended (so no need to add complexity there)
1b6683a to
16baf99
Compare
7cca003 to
7218dce
Compare
creates more issue that it solves
2cb6b93 to
34e830f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test link