Skip to content

Commit

Permalink
OEL-711: Adapt breadcrumb test.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed Nov 2, 2021
1 parent 830a6c1 commit f3a04a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/markup_rendering_patterns/breadcrumb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ breadcrumb:
'svg.d-md-none.ms-0.me-2.me-2-5.bi.icon--s': 1
equals:
'li.breadcrumb-item:nth-child(1) a': "Home"
'li.breadcrumb-item:nth-child(2) a': "<svg class=\"d-md-none ms-0 me-2 me-2-5 bi icon--s\"><use xlink:href=\"#arrow-left\"></use></svg>About the European Commission"
'li.breadcrumb-item:nth-child(2) a': "<svg class=\"d-md-none ms-0 me-2 me-2-5 bi icon--s\"><use xlink:href=\"/file/to/svg/icons.svg#arrow-left\"></use></svg>About the European Commission"
'li.breadcrumb-item:nth-child(3) a': "Link title"
contains:
'child_2': "About the European Commission"
Expand Down

0 comments on commit f3a04a5

Please sign in to comment.