Skip to content

Commit

Permalink
fix storybook test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Jul 9, 2024
1 parent 5a91e88 commit c63e865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stories/Sortable.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ export const UserCanSortWithFilterByText = {
expect(items[2]).toHaveTextContent("Hera");
expect(items[3]).toHaveTextContent("Athena");
expect(items[4]).toHaveTextContent("Hephaïstus");



// Drag "Athena" to "Hera" position
await dragAndDrop(canvas.getByTitle("Athena"), canvas.getByTitle("Hera"));

Expand Down

0 comments on commit c63e865

Please sign in to comment.