Skip to content

Fix startup popup true highlight#6900

Open
nboisteault wants to merge 2 commits into
3liz:masterfrom
nboisteault:fix-startup-popup-true-highlight
Open

Fix startup popup true highlight#6900
nboisteault wants to merge 2 commits into
3liz:masterfrom
nboisteault:fix-startup-popup-true-highlight

Conversation

@nboisteault
Copy link
Copy Markdown
Member

Funded by Argentan's paid support

@nboisteault nboisteault requested review from mind84 and rldhont May 29, 2026 14:44
@github-actions github-actions Bot added this to the 3.11.0 milestone May 29, 2026
@rldhont rldhont self-requested a review June 1, 2026 07:30
Comment on lines +54 to +57
const getFeatureInfoRequest = await getFeatureInfoPromise;
const postData = getFeatureInfoRequest.postData() ?? '';
expect(postData).toContain('GetFeatureInfo');
expect(postData).toContain('sousquartiers');
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please use toContainParametersInPostData from expect-request.

const postData = getFeatureInfoRequest.postData() ?? '';
expect(postData).toContain('GetFeatureInfo');
expect(postData).toContain('sousquartiers');

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Here wait for response, and use toBeHtml (if it is an HTML response) from expect-response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants