Skip to content

Commit

Permalink
fix(components): navigationUI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed May 30, 2022
1 parent 6648075 commit 8b50c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/__tests__/video.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('Video', () => {
direction: 'vertical'
}))
assert(video.requestFullscreen.calledOnceWith({
navigationUI: 'show'
navigationUI: 'auto'
}))

fullscreenBtn.click()
Expand Down

0 comments on commit 8b50c4e

Please sign in to comment.