Fix displayLayout e2e tests

This commit is contained in:
Shefali 2023-07-19 15:16:54 -07:00 committed by Jesse Mazzella
parent 6769fb4e3e
commit 9b4410d540

View File

@ -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();