Skip to content

Commit

Permalink
test: update case and snap
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Dec 3, 2024
1 parent c979752 commit 7cf51a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ exports[`tabbar height 1`] = `
<div>
<div
class="nut-hoverbutton-container"
style="bottom: 64px;"
style="bottom: 108px;"
>
<div
class="nut-hoverbutton"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/hoverbutton/__test__/hoverbutton.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('tabbar height', () => {

expect(container.querySelector('.nut-hoverbutton-container')).toHaveAttribute(
'style',
'bottom: 64px;'
'bottom: 108px;'
)
expect(container).toMatchSnapshot()
})

0 comments on commit 7cf51a7

Please sign in to comment.