Skip to content

Commit

Permalink
Merge pull request unoplatform#14975 from unoplatform/Youssef1313/rat…
Browse files Browse the repository at this point in the history
…ingcontrol-test

test: Fix `When_Loaded_Then_Unloaded_Tap` test
  • Loading branch information
MartinZikmund authored Jan 8, 2024
2 parents 2b7be5f + 27a1a21 commit e3142de
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 e3142de

Please sign in to comment.