Skip to content

Commit

Permalink
fix: NativeFrame runtime tests 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 a6d681e commit a43b0e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class Given_NativeFrame
{
[TestMethod]
[RunsOnUIThread]
[RequiresFullWindow]
public async Task When_NavigateForward()
{
var style = Windows.UI.Xaml.Application.Current.Resources["NativeDefaultFrame"] as Style;
Expand Down Expand Up @@ -51,6 +52,7 @@ public async Task When_NavigateForward()

[TestMethod]
[RunsOnUIThread]
[RequiresFullWindow]
public async Task When_NavigateBackSkipingPages()
{
var style = Windows.UI.Xaml.Application.Current.Resources["NativeDefaultFrame"] as Style;
Expand Down

0 comments on commit a43b0e2

Please sign in to comment.