Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Feb 1, 2024
1 parent b41b81e commit 0ab805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/plans.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test.describe.serial('Plans', () => {
await plans.fillInputStartTime();

const endTime = await plans.inputEndTime.inputValue();
expect(endTime).toEqual(plans.startTime);
expect(endTime).toEqual('2022-002T00:00:00');
});

test('Entering an invalid start should not prepopulate the end time', async () => {
Expand Down

0 comments on commit 0ab805c

Please sign in to comment.