Skip to content

Commit dafe5e7

Browse files
committed
III-6948: un-skip tests about expired events
1 parent 20f7a40 commit dafe5e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ test.describe('Event Preview Sidebar Actions', () => {
131131
await page.waitForURL(`**/events/${eventId}/availability`);
132132
});
133133

134-
test.skip('should only show duplicate button for expired event', async ({
134+
test('should only show duplicate button for expired event', async ({
135135
page,
136136
eventId,
137137
}) => {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ test.describe('Movie Preview Sidebar Actions', () => {
189189
await page.waitForURL(`**/events/${movieEventId}/availability`);
190190
});
191191

192-
test.skip('should only show two duplicate buttons for expired movie event', async ({
192+
test('should only show two duplicate buttons for expired movie event', async ({
193193
page,
194194
movieEventId,
195195
}) => {

0 commit comments

Comments
 (0)