Skip to content

Commit 59d0b62

Browse files
committed
III-6948: clearify
1 parent c3bd7ca commit 59d0b62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/e2e/events/event-preview-actions.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ test.describe('Event Preview Sidebar Actions', () => {
130130
await editButton.click();
131131
await page.waitForURL(`**/events/${eventId}/edit`);
132132

133+
// Edit the event to change the date to the past.
133134
const pastDate = new Date(Date.now() - 86400000 * 30);
134135
await page
135136
.locator('#calendar-step-day-day-2date-period-picker-start')

src/test/e2e/events/movie-preview-actions.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ test.describe('Movie Preview Sidebar Actions', () => {
187187
await editButton.click();
188188
await page.waitForURL(`**/events/${movieEventId}/edit`);
189189

190+
// Edit the event to change the date to the past.
190191
const pastDate = new Date(Date.now() - 86400000 * 30);
191192
await page
192193
.locator('#calendar-step-day-day-2date-period-picker-start')

0 commit comments

Comments
 (0)