Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Sep 2, 2024
1 parent 2adfe3e commit 793822b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,14 @@ describe('FocusTrappedChildren', () => {
data-focus-lock-disabled="disabled"
>
<p
aria-live="assertive"
aria-hidden="true"
class="emotion-euiScreenReaderOnly"
id="euiDataGridCellHeader_generated-id_exited"
/>
<p
aria-hidden="true"
class="emotion-euiScreenReaderOnly"
id="euiDataGridCellHeader_generated-id_keyboardHint"
>
Press the Enter key to interact with this cell's contents.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,14 @@ describe('EuiDataGridHeaderCellWrapper', () => {
Mock column actions
</button>
<p
aria-live="assertive"
aria-hidden="true"
class="emotion-euiScreenReaderOnly"
id="euiDataGridCellHeader_generated-id_exited"
/>
<p
aria-hidden="true"
class="emotion-euiScreenReaderOnly"
id="euiDataGridCellHeader_generated-id_keyboardHint"
>
Press the Enter key to interact with this cell's contents.
</p>
Expand Down

0 comments on commit 793822b

Please sign in to comment.