Skip to content

Commit 3d1172f

Browse files
committed
updated unit test
1 parent 1b1c830 commit 3d1172f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/react-core/src/components/Nav/__tests__/Generated/__snapshots__/NavExpandable.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ exports[`NavExpandable should match snapshot (auto-generated) 1`] = `
3939
aria-labelledby="''"
4040
class="pf-v6-c-nav__subnav"
4141
hidden=""
42+
inert=""
4243
>
4344
<h2
4445
class="pf-v6-screen-reader"

packages/react-core/src/components/Nav/__tests__/__snapshots__/Nav.test.tsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ exports[`Nav Expandable Nav List - Trigger toggle 1`] = `
223223
aria-labelledby="grp-1"
224224
class="pf-v6-c-nav__subnav"
225225
hidden=""
226+
inert=""
226227
>
227228
<ul
228229
class="pf-v6-c-nav__list"
@@ -355,6 +356,7 @@ exports[`Nav Expandable Nav List 1`] = `
355356
aria-labelledby="grp-1"
356357
class="pf-v6-c-nav__subnav"
357358
hidden=""
359+
inert=""
358360
>
359361
<ul
360362
class="pf-v6-c-nav__list"
@@ -486,6 +488,7 @@ exports[`Nav Expandable Nav List with aria label 1`] = `
486488
aria-labelledby="grp-1"
487489
class="pf-v6-c-nav__subnav"
488490
hidden=""
491+
inert=""
489492
>
490493
<h2
491494
class="pf-v6-screen-reader"

0 commit comments

Comments
 (0)