Skip to content

Commit

Permalink
fix: When_ScrollViewer_Resized test failing without outer Scroller
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Mar 2, 2022
1 parent 790ef2d commit a6d681e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public async Task When_NonScrollableTextBox_Then_DoNotLoadAllScrollerTemplate()

[TestMethod]
[RunsOnUIThread]
[RequiresFullWindow]
public async Task When_ScrollViewer_Resized()
{
var content = new Border
Expand All @@ -143,8 +144,6 @@ public async Task When_ScrollViewer_Resized()

WindowHelper.WindowContent = container;

await WindowHelper.WaitForLoaded(content);

using var _ = new AssertionScope();

await CheckForSize(200, 400, "Initial");
Expand Down

0 comments on commit a6d681e

Please sign in to comment.