Skip to content

Commit

Permalink
geosolutions-it#10322: Fix scale selector to make it compatible with …
Browse files Browse the repository at this point in the history
…different projections

Description:
- fix FE issue
  • Loading branch information
mahmoudadel54 committed Jun 27, 2024
1 parent 534f626 commit 3101be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/components/print/__tests__/MapPreview-test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe("Test the MapPreview component", () => {
scales={[100, 1000, 10000, 100000]}
onLoadingMapPlugins={(loading) => {
if (!loading) {
expect(cmp.refs.mappa.props.zoom).toBe(13);
expect(cmp.refs.mappa.props.zoom).toBe(5);
done();
}
}}
Expand Down

0 comments on commit 3101be4

Please sign in to comment.