Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 5, 2024
1 parent 098b7e7 commit 83fe74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/html/accessibility.heroCard.heading.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

expect(document.querySelector('.ac-textBlock[role="heading"]')).toHaveProperty(
'innerText',
'Details about image 1'
'\u200BDetails about image 1\u200B'
);
});
</script>
Expand Down

0 comments on commit 83fe74a

Please sign in to comment.