Skip to content

Commit 5c7b4f5

Browse files
Updated behat test.
1 parent 76a1c3b commit 5c7b4f5

6 files changed

+6
-6
lines changed

tests/behat/features/paragraph.civictheme_event_card_ref.render.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Feature: Event reference card render
5959
And I should see 2 ".ct-event-card__location" elements
6060
And I should see 2 ".ct-event-card__image" elements
6161
And I should see 2 ".ct-event-card__title" elements
62-
And I should see 2 ".ct-event-card__title__link" elements
62+
And I should see 2 ".ct-event-card__title-link" elements
6363
And I should see 2 ".ct-event-card__summary" elements
6464
And I should see 2 ".ct-event-card__location" elements
6565
And I should see the text "[TEST] Referenced Event 1"

tests/behat/features/paragraph.civictheme_navigation_card_ref.render.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Feature: Navigation reference card render
3939
And I should see 2 ".ct-navigation-card__content" elements
4040
And I should see 2 ".ct-navigation-card__image" elements
4141
And I should see 2 ".ct-navigation-card__title" elements
42-
And I should see 2 ".ct-navigation-card__title__link" elements
42+
And I should see 2 ".ct-navigation-card__title-link" elements
4343
And I should see 2 ".ct-navigation-card__summary" elements
4444
And I should see the text "[TEST] Referenced Page 1"
4545
And I should see the text "Summary 1"

tests/behat/features/paragraph.civictheme_promo_card_ref.render.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Feature: Promo reference card render
4646
And I should see 2 ".ct-promo-card__content" elements
4747
And I should see 2 ".ct-promo-card__image" elements
4848
And I should see 2 ".ct-promo-card__title" elements
49-
And I should see 2 ".ct-promo-card__title__link" elements
49+
And I should see 2 ".ct-promo-card__title-link" elements
5050
And I should see 2 ".ct-promo-card__summary" elements
5151
And I should see the text "[TEST] Referenced Page 1"
5252
And I should see the text "Summary 1"

tests/behat/features/paragraph.civictheme_snippet_ref.render.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Feature: Navigation reference card render
3636
And I should see 1 ".ct-snippet.ct-theme-dark" elements
3737
And I should see 2 ".ct-snippet__title" elements
3838
And I should see 2 ".ct-snippet__summary" elements
39-
And I should see 2 ".ct-snippet__title__link" elements
39+
And I should see 2 ".ct-snippet__title-link" elements
4040
And I should see 2 ".ct-snippet__tags" elements
4141
And I should see the text "[TEST] Referenced Page 1"
4242
And I should see the text "Summary 1"

tests/behat/features/paragraph.civictheme_subject_card_ref.fields.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Feature: subject reference card render
3939
And I should see 2 ".ct-subject-card__content" elements
4040
And I should see 2 ".ct-subject-card__image" elements
4141
And I should see 2 ".ct-subject-card__title" elements
42-
And I should see 2 ".ct-subject-card__title__link" elements
42+
And I should see 2 ".ct-subject-card__title-link" elements
4343
And I should see the text "[TEST] Referenced Page 1"
4444
And I should see the text "[TEST] Referenced Page 2"

tests/behat/features/paragraph.civictheme_subject_card_ref.render.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Feature: Subject reference card render
3939
And I should see 2 ".ct-subject-card__content" elements
4040
And I should see 2 ".ct-subject-card__image" elements
4141
And I should see 2 ".ct-subject-card__title" elements
42-
And I should see 2 ".ct-subject-card__title__link" elements
42+
And I should see 2 ".ct-subject-card__title-link" elements
4343
And I should see the text "[TEST] Referenced Page 1"
4444
And I should see the text "[TEST] Referenced Page 2"

0 commit comments

Comments
 (0)