Skip to content

Commit

Permalink
adjust timemanage test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mind84 committed Oct 16, 2024
1 parent bc1fb83 commit e833cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/end2end/playwright/timemanage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ test.describe('Time Manager', () => {
// Re-send the request with additionnal echo param to retrieve the WMS Request
let echoGetMap = await page.request.get(urlMapRequest + '&__echo__');
const originalUrl = decodeURIComponent(await echoGetMap.text());
expect(URL.canParse(originalUrl), originalUrl+' is not an URL!').toBeTruthy();
// When the request has not been logged by echo proxy
await expect(URL.canParse(originalUrl), originalUrl+' is not an URL!').toBeTruthy();
await expect(originalUrl).not.toContain('unfound')
Expand Down

0 comments on commit e833cce

Please sign in to comment.