Skip to content

Commit

Permalink
Update ScrollPannel test snapshot (primefaces#5673)
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-nevermore authored Jan 2, 2024
1 parent 96bb1be commit 71594ee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions components/lib/scrollpanel/__snapshots__/ScrollPanel.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,22 @@ exports[`ScrollPanel ScrollPanel full settings 1`] = `
</div>
</div>
<div
aria-controls="scrollpanel_content"
aria-orientation="horizontal"
aria-valuenow="0"
class="p-scrollpanel-bar p-scrollpanel-bar-x"
data-pc-section="barx"
role="scrollbar"
tabindex="0"
/>
<div
aria-controls="scrollpanel_content"
aria-orientation="vertical"
aria-valuenow="0"
class="p-scrollpanel-bar p-scrollpanel-bar-y"
data-pc-section="bary"
role="scrollbar"
tabindex="0"
/>
</div>
</div>
Expand Down Expand Up @@ -61,12 +71,22 @@ exports[`ScrollPanel refresh method 1`] = `
</div>
</div>
<div
aria-controls="scrollpanel_content"
aria-orientation="horizontal"
aria-valuenow="0"
class="p-scrollpanel-bar p-scrollpanel-bar-x"
data-pc-section="barx"
role="scrollbar"
tabindex="0"
/>
<div
aria-controls="scrollpanel_content"
aria-orientation="vertical"
aria-valuenow="0"
class="p-scrollpanel-bar p-scrollpanel-bar-y"
data-pc-section="bary"
role="scrollbar"
tabindex="0"
/>
</div>
</div>
Expand Down

0 comments on commit 71594ee

Please sign in to comment.