From bb1e6ecdf59389b8c64a85d4b8b25f1d4f73185e Mon Sep 17 00:00:00 2001 From: Dimitrios Pantazis Date: Tue, 11 Feb 2025 22:31:22 +0200 Subject: [PATCH 1/5] Adding waitlist entry points --- src/views/v2/rsvp/content.php | 5 ++++- src/views/v2/tickets.php | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/v2/rsvp/content.php b/src/views/v2/rsvp/content.php index 1f9b081513..d4643e82b7 100644 --- a/src/views/v2/rsvp/content.php +++ b/src/views/v2/rsvp/content.php @@ -15,8 +15,9 @@ * * @since 4.12.3 * @since 5.7.0 Add list of attendees that confirmed RSVP. + * @since TBD Added waitlist entry point. * - * @version 5.7.0 + * @version TBD */ ?> @@ -41,6 +42,8 @@ template( 'v2/rsvp/actions', [ 'rsvp' => $rsvp ] ); ?> + do_entry_point( 'waitlist' ) ?> + template( 'v2/rsvp/attendees' ); ?> diff --git a/src/views/v2/tickets.php b/src/views/v2/tickets.php index 8835f2547b..aee100863b 100644 --- a/src/views/v2/tickets.php +++ b/src/views/v2/tickets.php @@ -10,8 +10,9 @@ * @link https://evnt.is/1amp Help article for RSVP & Ticket template files. * * @since 5.0.3 + * @since TBD Added waitlist entry point. * - * @version 5.0.3 + * @version TBD * * @var Tribe__Tickets__Editor__Template $this [Global] Template object. * @var Tribe__Tickets__Tickets $provider [Global] The tickets provider class. @@ -79,6 +80,7 @@ class="tribe-tickets__tickets-form tribe-tickets__form" template( 'v2/components/loader/loader' ); ?> + do_entry_point( 'waitlist' ) ?> Date: Tue, 11 Feb 2025 22:32:03 +0200 Subject: [PATCH 2/5] added changelog --- changelog/feat-added-waitlist-entry-points | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/feat-added-waitlist-entry-points diff --git a/changelog/feat-added-waitlist-entry-points b/changelog/feat-added-waitlist-entry-points new file mode 100644 index 0000000000..3c26c38cb0 --- /dev/null +++ b/changelog/feat-added-waitlist-entry-points @@ -0,0 +1,4 @@ +Significance: minor +Type: feat + +Introduced Waitlist entry points in Ticket and RSVP templates. [ETP-944] From 1ed72e11ace6b1957454a4e7c28d6aeae2c64e9a Mon Sep 17 00:00:00 2001 From: Dimitrios Pantazis Date: Tue, 11 Feb 2025 22:34:04 +0200 Subject: [PATCH 3/5] fix phpcs --- src/views/v2/rsvp/content.php | 2 +- src/views/v2/tickets.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/v2/rsvp/content.php b/src/views/v2/rsvp/content.php index d4643e82b7..4c945a7339 100644 --- a/src/views/v2/rsvp/content.php +++ b/src/views/v2/rsvp/content.php @@ -42,7 +42,7 @@ template( 'v2/rsvp/actions', [ 'rsvp' => $rsvp ] ); ?> - do_entry_point( 'waitlist' ) ?> + do_entry_point( 'waitlist' ); ?> diff --git a/src/views/v2/tickets.php b/src/views/v2/tickets.php index aee100863b..f968d09724 100644 --- a/src/views/v2/tickets.php +++ b/src/views/v2/tickets.php @@ -80,7 +80,7 @@ class="tribe-tickets__tickets-form tribe-tickets__form" template( 'v2/components/loader/loader' ); ?> - do_entry_point( 'waitlist' ) ?> + do_entry_point( 'waitlist' ); ?> Date: Tue, 11 Feb 2025 22:44:09 +0200 Subject: [PATCH 4/5] added namespace --- src/views/v2/rsvp/content.php | 2 +- src/views/v2/tickets.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/v2/rsvp/content.php b/src/views/v2/rsvp/content.php index 4c945a7339..ae20a1a42a 100644 --- a/src/views/v2/rsvp/content.php +++ b/src/views/v2/rsvp/content.php @@ -42,7 +42,7 @@ template( 'v2/rsvp/actions', [ 'rsvp' => $rsvp ] ); ?> - do_entry_point( 'waitlist' ); ?> + do_entry_point( 'etp-waitlist' ); ?> diff --git a/src/views/v2/tickets.php b/src/views/v2/tickets.php index f968d09724..24b570882c 100644 --- a/src/views/v2/tickets.php +++ b/src/views/v2/tickets.php @@ -80,7 +80,7 @@ class="tribe-tickets__tickets-form tribe-tickets__form" template( 'v2/components/loader/loader' ); ?> - do_entry_point( 'waitlist' ); ?> + do_entry_point( 'etp-waitlist' ); ?> Date: Tue, 11 Feb 2025 22:44:19 +0200 Subject: [PATCH 5/5] Update snapshots for new line after new entry point --- ...est_should_render_ticket_block with data set 0__1.php | 6 +++--- ...est_should_render_ticket_block with data set 1__1.php | 6 +++--- ...est_should_render_ticket_block with data set 2__1.php | 6 +++--- ...est_should_render_ticket_block with data set 3__1.php | 6 +++--- ...est_should_render_ticket_block with data set 4__1.php | 6 +++--- ...est_should_render_ticket_block with data set 5__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 0__1.php | 6 +++--- ...der_ticket_block_after_update with data set 10__1.php | 6 +++--- ...der_ticket_block_after_update with data set 11__1.php | 6 +++--- ...der_ticket_block_after_update with data set 12__1.php | 6 +++--- ...der_ticket_block_after_update with data set 13__1.php | 6 +++--- ...der_ticket_block_after_update with data set 14__1.php | 6 +++--- ...der_ticket_block_after_update with data set 15__1.php | 6 +++--- ...der_ticket_block_after_update with data set 16__1.php | 6 +++--- ...der_ticket_block_after_update with data set 17__1.php | 6 +++--- ...der_ticket_block_after_update with data set 18__1.php | 6 +++--- ...der_ticket_block_after_update with data set 19__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 1__1.php | 6 +++--- ...der_ticket_block_after_update with data set 20__1.php | 6 +++--- ...der_ticket_block_after_update with data set 21__1.php | 6 +++--- ...der_ticket_block_after_update with data set 22__1.php | 6 +++--- ...der_ticket_block_after_update with data set 23__1.php | 6 +++--- ...der_ticket_block_after_update with data set 24__1.php | 6 +++--- ...der_ticket_block_after_update with data set 25__1.php | 6 +++--- ...der_ticket_block_after_update with data set 26__1.php | 6 +++--- ...der_ticket_block_after_update with data set 27__1.php | 6 +++--- ...der_ticket_block_after_update with data set 28__1.php | 6 +++--- ...der_ticket_block_after_update with data set 29__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 2__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 3__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 4__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 5__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 6__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 7__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 8__1.php | 6 +++--- ...nder_ticket_block_after_update with data set 9__1.php | 6 +++--- ...est_should_render_ticket_block with data set 0__1.php | 1 + ...est_should_render_ticket_block with data set 1__1.php | 1 + ...est_should_render_ticket_block with data set 2__1.php | 1 + ...nder_ticket_block_after_update with data set 0__1.php | 4 +++- ...nder_ticket_block_after_update with data set 1__1.php | 4 +++- ...nder_ticket_block_after_update with data set 2__1.php | 4 +++- ...nder_ticket_block_after_update with data set 3__1.php | 4 +++- ...nder_ticket_block_after_update with data set 4__1.php | 4 +++- ...nder_ticket_block_after_update with data set 5__1.php | 4 +++- ...Test__test_should_render_regular_tickets_block__1.php | 2 +- ...t__test_should_render_ticket_block_for_is_mini__1.php | 2 +- ...__test_should_render_ticket_block_for_is_modal__1.php | 2 +- ...d_render_rsvp_step with data set initial state__1.php | 5 +++-- ...t_should_render_rsvp_step with data set opt-in__1.php | 5 +++-- ..._should_render_rsvp_step with data set success__1.php | 9 +++++---- 51 files changed, 143 insertions(+), 125 deletions(-) diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 0__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 0__1.php index a831b1346c..68fd2f29f9 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 0__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 0__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="10" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 1__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 1__1.php index 41305a1618..380694182e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 1__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 1__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="11" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 2__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 2__1.php index 2d050534ec..be53c1e2e4 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 2__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 2__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="15" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 3__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 3__1.php index 680b8cecbc..56c7b98a16 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 3__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 3__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 4__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 4__1.php index 060ccab3f6..3b469203da 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 4__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 4__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 5__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 5__1.php index 6a6976dcbd..136f2e1e7e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 5__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block with data set 5__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php index 41305a1618..380694182e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="11" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 10__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 10__1.php index a831b1346c..68fd2f29f9 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 10__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 10__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="10" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 11__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 11__1.php index 41305a1618..380694182e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 11__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 11__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="11" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 12__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 12__1.php index 680b8cecbc..56c7b98a16 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 12__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 12__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 13__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 13__1.php index 060ccab3f6..3b469203da 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 13__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 13__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 14__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 14__1.php index 6a6976dcbd..136f2e1e7e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 14__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 14__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 15__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 15__1.php index a831b1346c..68fd2f29f9 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 15__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 15__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="10" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 16__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 16__1.php index 41305a1618..380694182e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 16__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 16__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="11" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 17__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 17__1.php index 2d050534ec..be53c1e2e4 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 17__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 17__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="15" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 18__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 18__1.php index 060ccab3f6..3b469203da 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 18__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 18__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 19__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 19__1.php index 6a6976dcbd..136f2e1e7e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 19__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 19__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php index 2d050534ec..be53c1e2e4 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="15" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 20__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 20__1.php index a831b1346c..68fd2f29f9 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 20__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 20__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="10" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 21__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 21__1.php index 41305a1618..380694182e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 21__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 21__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="11" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 22__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 22__1.php index 2d050534ec..be53c1e2e4 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 22__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 22__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="15" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 23__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 23__1.php index 680b8cecbc..56c7b98a16 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 23__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 23__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 24__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 24__1.php index 6a6976dcbd..136f2e1e7e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 24__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 24__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 25__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 25__1.php index a831b1346c..68fd2f29f9 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 25__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 25__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="10" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 26__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 26__1.php index 41305a1618..380694182e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 26__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 26__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="11" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 27__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 27__1.php index 2d050534ec..be53c1e2e4 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 27__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 27__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="15" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 28__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 28__1.php index 680b8cecbc..56c7b98a16 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 28__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 28__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 29__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 29__1.php index 060ccab3f6..3b469203da 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 29__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 29__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php index 680b8cecbc..56c7b98a16 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php index 060ccab3f6..3b469203da 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php index 6a6976dcbd..136f2e1e7e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php index a831b1346c..68fd2f29f9 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="10" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 6__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 6__1.php index 2d050534ec..be53c1e2e4 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 6__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 6__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item tribe-tickets__tickets-item--shared-capacity post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="true" data-ticket-price="5" data-shared-cap="15" data-available-count="15" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 7__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 7__1.php index 680b8cecbc..56c7b98a16 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 7__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 7__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 8__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 8__1.php index 060ccab3f6..3b469203da 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 8__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 8__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 9__1.php b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 9__1.php index 6a6976dcbd..136f2e1e7e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 9__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/PayPal/__snapshots__/TicketsBlockV2Test__test_should_render_ticket_block_after_update with data set 9__1.php @@ -37,8 +37,8 @@ class="tribe-tickets__tickets-form tribe-tickets__form" id="tribe-block-tickets-item-[TICKET_ID]" class="tribe-tickets__tickets-item post-[TICKET_ID] tribe_tpp_tickets type-tribe_tpp_tickets status-publish hentry" data-ticket-id="[TICKET_ID]" data-available="false" data-has-shared-cap="false" data-ticket-price="5" > -
-
+
+
Test PayPal ticket for [EVENT_ID]
@@ -119,7 +119,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy"
- +
'; diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 0__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 0__1.php index 8e2615841a..831d82005e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 0__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 0__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 1__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 1__1.php index 8e2615841a..831d82005e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 1__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 1__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 2__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 2__1.php index 8e2615841a..831d82005e 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 2__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block with data set 2__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php index 6efd5ba75b..7ea719ff92 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 0__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + @@ -74,7 +75,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
@@ -136,6 +137,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php index 449fdf346c..e0d38acfa2 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 1__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + @@ -74,7 +75,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
@@ -136,6 +137,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php index b78276cea7..b0d9a72b04 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 2__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + @@ -74,7 +75,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
@@ -136,6 +137,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php index 480ff280bc..cb8744b78f 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 3__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + @@ -74,7 +75,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
@@ -136,6 +137,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php index d7272af9aa..faabb76946 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 4__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + @@ -74,7 +75,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
@@ -136,6 +137,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php index d39a834e28..5429321667 100644 --- a/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php +++ b/tests/wpunit/Tribe/Tickets/Commerce/RSVP/__snapshots__/RSVPBlockV2Test__test_should_render_ticket_block_after_update with data set 5__1.php @@ -67,6 +67,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common- + @@ -74,7 +75,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
@@ -136,6 +137,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_regular_tickets_block__1.php b/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_regular_tickets_block__1.php index 4f81ac651e..976137ec0f 100644 --- a/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_regular_tickets_block__1.php +++ b/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_regular_tickets_block__1.php @@ -167,7 +167,7 @@ class="tribe-common-c-btn tribe-common-c-btn--small tribe-tickets__tickets-buy" - + '; diff --git a/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_mini__1.php b/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_mini__1.php index 9550be3e3f..17b35d2fd6 100644 --- a/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_mini__1.php +++ b/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_mini__1.php @@ -127,7 +127,7 @@ class="tribe-tickets__tickets-item post-{{POST_TICKET_ID}} tribe_tpp_tickets typ - + '; diff --git a/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_modal__1.php b/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_modal__1.php index 4ea7741f7a..fd85216952 100644 --- a/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_modal__1.php +++ b/tests/wpunit/Tribe/Tickets/Partials/V2/__snapshots__/TicketsTest__test_should_render_ticket_block_for_is_modal__1.php @@ -187,7 +187,7 @@ class="tribe-common-b2 tribe-common-b3--min-medium tribe-tickets__tickets-item-d - + '; diff --git a/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set initial state__1.php b/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set initial state__1.php index b662f7e1d7..4a1f994469 100644 --- a/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set initial state__1.php +++ b/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set initial state__1.php @@ -12,10 +12,10 @@

- Test RSVP ticket for 267

+ Test RSVP ticket for 13664
-

Ticket RSVP ticket excerpt for 267

+

Ticket RSVP ticket excerpt for 13664

@@ -58,6 +58,7 @@ class="tribe-common-c-btn tribe-tickets__rsvp-actions-button-going tribe-common-
+
diff --git a/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set opt-in__1.php b/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set opt-in__1.php index 7af40960e1..d7c6168199 100644 --- a/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set opt-in__1.php +++ b/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set opt-in__1.php @@ -23,10 +23,10 @@

- Test RSVP ticket for 287

+ Test RSVP ticket for 13774
-

Ticket RSVP ticket excerpt for 287

+

Ticket RSVP ticket excerpt for 13774

@@ -64,6 +64,7 @@
+
diff --git a/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set success__1.php b/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set success__1.php index e6e90a10a6..9acb0d41ca 100644 --- a/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set success__1.php +++ b/tests/wpunit/Tribe/Tickets/__snapshots__/RSVPTest__it_should_render_rsvp_step with data set success__1.php @@ -23,10 +23,10 @@

- Test RSVP ticket for 279

+ Test RSVP ticket for 13712
-

Ticket RSVP ticket excerpt for 279

+

Ticket RSVP ticket excerpt for 13712

@@ -64,6 +64,7 @@
+
@@ -76,7 +77,7 @@
Jane Doe
- Test RSVP ticket for 279
+ Test RSVP ticket for 13712
@@ -84,7 +85,7 @@
Jane Doe
- Test RSVP ticket for 279
+ Test RSVP ticket for 13712