Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Feb 2, 2024
1 parent 49b94c9 commit ffe2cb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ describe('mgt-person - localization', () => {
<img alt="test value Megan Bowen" src="">
</div>
<div class=" details-wrapper ">
<div class="line1" role="presentation" aria-label="Megan Bowen">Megan Bowen</div>
<div class="line2" role="presentation" aria-label="Auditor">Auditor</div>
<div class="line1" part="detail-line" role="presentation" aria-label="Megan Bowen">Megan Bowen</div>
<div class="line2" part="detail-line" role="presentation" aria-label="Auditor">Auditor</div>
</div>
</div>`,
{ ignoreAttributes: ['src'] }
Expand Down

0 comments on commit ffe2cb6

Please sign in to comment.