Skip to content

Commit

Permalink
Drag to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Oct 18, 2023
1 parent f45c299 commit 4042570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/features/woocommerce.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ describe('WooCommerce Feature', { tags: '@slow' }, () => {
});

cy.get('@thirdProduct')
.drag('#the-list tr:eq(0)', { force: true })
.drag('#the-list tr:eq(0)', { target: { position: 'top' }, force: true })
.then(() => {
cy.get('#the-list tr:eq(0)').should('have.id', thirdProductId);

Expand Down

0 comments on commit 4042570

Please sign in to comment.