File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
packages/react-core/src/components/Nav/__tests__ Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments