Skip to content

Commit

Permalink
Tests - Update time_manager project
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 28, 2024
1 parent 121c450 commit 176ad84
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 202 deletions.
2 changes: 1 addition & 1 deletion tests/end2end/playwright/timemanage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test.describe('Time Manager', () => {
{ 'param': 'service', 'expectedvalue': 'WMS' },
{ 'param': 'format', 'expectedvalue': 'image/png' },
{ 'param': 'request', 'expectedvalue': 'getmap' },
{ 'param': 'filter', 'expectedvalue': 'time_manager: ( ( "test_date" >= \'' + timeObj.start + '\' ) AND ( "test_date" <= \'' + timeObj.end + '\' ) ) ' },
{ 'param': 'filter', 'expectedvalue': 'time_manager_layer: ( ( "test_date" >= \'' + timeObj.start + '\' ) AND ( "test_date" <= \'' + timeObj.end + '\' ) ) ' },
];
// Check if WMS Request params are as expected
const urlObj = new URLSearchParams(originalUrl);
Expand Down
Loading

0 comments on commit 176ad84

Please sign in to comment.