Skip to content

Commit

Permalink
fixed folders test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli committed Aug 6, 2024
1 parent 8e29559 commit f50c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/tests/end-to-end/folders.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test("add folder by drag and drop", async ({ page }) => {

// Now dispatch
await page.dispatchEvent(
'//*[@id="root"]/div/div[1]/div[2]/div[3]/aside/nav/div/div[2]',
'//*[@id="root"]/div/div[2]/div[2]/div[3]/aside/nav/div/div[2]',
"drop",
{
dataTransfer,
Expand Down

0 comments on commit f50c63e

Please sign in to comment.