Skip to content

Commit

Permalink
chore: Fix dropdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 28, 2024
1 parent 5abfc32 commit f9b5e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/dropdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ mod test {
utils.click_cursor((15., 15.)).await;

// Click on the second option
utils.click_cursor((45., 100.)).await;
utils.click_cursor((45., 90.)).await;
utils.wait_for_update().await;
utils.wait_for_update().await;

Expand Down

0 comments on commit f9b5e7a

Please sign in to comment.