Skip to content

Commit

Permalink
fix(test) Corrected the mouse target of a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparsons authored and liady committed Dec 13, 2024
1 parent f69d661 commit cd7e830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('Frame updating layout section', () => {
])

const scrubLabel = await renderResult.renderedDOM.findByTestId(
`frame-left-number-input-label-div`,
`frame-left-number-input-mouse-down-handler`,
)
const scrubLabelBounds = scrubLabel.getBoundingClientRect()
const scrubLabelCenter = getDomRectCenter(scrubLabelBounds)
Expand Down

0 comments on commit cd7e830

Please sign in to comment.