Skip to content

Commit

Permalink
test: Fix When_Loaded_Then_Unloaded_Tap test
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 6, 2024
1 parent 2b7be5f commit 27a1a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public async Task When_Loaded_Then_Unloaded_Tap()

// Re-add RatingControl
TestServices.WindowHelper.WindowContent = ratingControl;
await TestServices.WindowHelper.WaitForLoaded(ratingControl);
await TestServices.WindowHelper.WaitFor(() => ratingControl.IsLoaded);

// Tap RatingControl
ratingControl.Value = 1;
Expand Down

0 comments on commit 27a1a21

Please sign in to comment.