mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
Fix displayLayout e2e tests
This commit is contained in:
parent
6769fb4e3e
commit
9b4410d540
@ -247,8 +247,8 @@ test.describe('Display Layout', () => {
|
||||
// flip on independent time conductor
|
||||
await page.getByRole('switch').click();
|
||||
|
||||
const startDate = '2021-12-30 01:11:00.000Z';
|
||||
const endDate = '2021-12-30 01:01:00.000Z';
|
||||
const startDate = '2021-12-30 01:01:00.000Z';
|
||||
const endDate = '2021-12-30 01:11:00.000Z';
|
||||
await setDateAndTime(page, startDate, endDate, true);
|
||||
await page.locator('.pr-time-input--buttons .icon-check').click();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user