Skip to content

Commit

Permalink
fix: Update sequential animation test
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 9, 2025
1 parent c29751f commit 10c1856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/hooks/tests/use_animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,10 @@ pub async fn sequential() {
utils.wait_for_update().await;
sleep(Duration::from_millis(16)).await;
utils.wait_for_update().await;
utils.wait_for_update().await;
sleep(Duration::from_millis(16)).await;
utils.wait_for_update().await;
utils.wait_for_update().await;

let width_a = utils.root().get(0).area().unwrap().width();
let width_b = utils.root().get(0).get(0).area().unwrap().width();
Expand Down

0 comments on commit 10c1856

Please sign in to comment.