Skip to content

Commit

Permalink
EWPP-1924: Test Subject field capitalized rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Jan 21, 2022
1 parent ab0a83f commit d945e9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/src/Functional/ContentEventRenderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function testEventRendering(): void {
'title' => 'Test event node',
'oe_event_type' => 'http://publications.europa.eu/resource/authority/public-event-type/COMPETITION_AWARD_CEREMONY',
'oe_teaser' => 'Event teaser',
'oe_subject' => 'http://data.europa.eu/uxp/1000',
'oe_subject' => 'http://data.europa.eu/uxp/114',
'oe_event_status' => 'as_planned',
'oe_event_dates' => [
'value' => $start_date->format(DateTimeItemInterface::DATETIME_STORAGE_FORMAT),
Expand Down Expand Up @@ -224,7 +224,7 @@ public function testEventRendering(): void {
'items' => [
[
'icon' => 'file',
'text' => 'Financing',
'text' => 'Council of the European Union',
'size' => 'm',
], [
'icon' => 'calendar',
Expand Down Expand Up @@ -274,7 +274,7 @@ public function testEventRendering(): void {
'items' => [
[
'icon' => 'file',
'text' => 'Financing',
'text' => 'Council of the European Union',
'size' => 'm',
], [
'icon' => 'calendar',
Expand Down Expand Up @@ -728,7 +728,7 @@ public function testEventRendering(): void {
'items' => [
[
'icon' => 'file',
'text' => 'Financing',
'text' => 'Council of the European Union',
'size' => 'm',
], [
'icon' => 'calendar',
Expand Down

0 comments on commit d945e9f

Please sign in to comment.