Skip to content

Commit ddd3233

Browse files
authored
Fix test (#278)
1 parent 7407df9 commit ddd3233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content_manager/tests/test_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_card_with_cta_buttons(self):
167167
<a class="fr-btn fr-btn--secondary"
168168
href="https://numerique.gouv.fr"
169169
target="_blank"
170-
rel="noopener external">Label</a>
170+
rel="noopener external">Label <span class="fr-sr-only">Ouvre une nouvelle fenêtre</span></a>
171171
</li>
172172
</ul>""",
173173
response.content.decode(),

0 commit comments

Comments
 (0)