Skip to content

Commit

Permalink
Assert that you're in fixed mode after sync time conductor
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalijoshi committed Jan 29, 2025
1 parent f04dec9 commit f615516
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/tests/functional/plugins/plot/plotControls.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ test.describe('Plot Controls', () => {
await expect(page.getByLabel('Modal Overlay')).toBeVisible();
await page.getByLabel('Modal Overlay').getByRole('button', { name: 'OK' }).click();

//confirm that you're now in fixed mode
await expect(page.getByLabel('Time Conductor Mode')).toHaveText('Fixed Timespan');

// Toggle independent time conductor ON
await page.getByLabel('Enable Independent Time Conductor').click();
// Toggle independent time conductor OFF
Expand Down

0 comments on commit f615516

Please sign in to comment.