Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Oct 21, 2024
1 parent 00743e2 commit c493375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ describe('Padding resize strategy', () => {
await testPaddingResizeForEdge(editor, 50, 'top', 'precise')
await editor.getDispatchFollowUpActionsFinished()
const div = editor.renderedDOM.getByTestId('mydiv')
expect(div.className).toEqual('top-10 left-10 absolute flex flex-row pt-12')
expect(div.className).toEqual('top-10 left-10 absolute flex flex-row pt-24')
})
})
})
Expand Down

0 comments on commit c493375

Please sign in to comment.