Skip to content

Commit

Permalink
Reload the page after adding a plan and then change the url params.
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalijoshi committed Jul 28, 2023
1 parent 2a0e546 commit 10f79e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/tests/functional/planning/timelist.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ test.describe('Time List', () => {
const startBound = testPlan.TEST_GROUP[0].start;
const endBound = testPlan.TEST_GROUP[testPlan.TEST_GROUP.length - 1].end;

await page.goto(timelist.url);

// Switch to fixed time mode with all plan events within the bounds
await page.goto(
`${timelist.url}?tc.mode=fixed&tc.startBound=${startBound}&tc.endBound=${endBound}&tc.timeSystem=utc&view=timelist.view`
Expand Down

0 comments on commit 10f79e0

Please sign in to comment.