@@ -24,25 +24,25 @@ protected override void FixtureTeardown()
24
24
this . Back ( ) ;
25
25
}
26
26
27
- // [Test]
28
- // public void EntriesScrollingPageTest()
29
- // {
30
- // this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Android, TestDevice.Mac, TestDevice.Windows }, KeyboardScrolling.IgnoreMessage);
31
- // KeyboardScrolling.EntriesScrollingTest(App, KeyboardScrollingGallery);
32
- // }
27
+ [ Test ]
28
+ public void EntriesScrollingPageTest ( )
29
+ {
30
+ this . IgnoreIfPlatforms ( new TestDevice [ ] { TestDevice . Android , TestDevice . Mac , TestDevice . Windows } , KeyboardScrolling . IgnoreMessage ) ;
31
+ KeyboardScrolling . EntriesScrollingTest ( App , KeyboardScrollingGallery ) ;
32
+ }
33
33
34
- // [Test]
35
- // public void EditorsScrollingPageTest()
36
- // {
37
- // this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Android, TestDevice.Mac, TestDevice.Windows }, KeyboardScrolling.IgnoreMessage);
38
- // KeyboardScrolling.EditorsScrollingTest(App, KeyboardScrollingGallery);
39
- // }
34
+ [ Test ]
35
+ public void EditorsScrollingPageTest ( )
36
+ {
37
+ this . IgnoreIfPlatforms ( new TestDevice [ ] { TestDevice . Android , TestDevice . Mac , TestDevice . Windows } , KeyboardScrolling . IgnoreMessage ) ;
38
+ KeyboardScrolling . EditorsScrollingTest ( App , KeyboardScrollingGallery ) ;
39
+ }
40
40
41
- // [Test]
42
- // public void EntryNextEditorTest()
43
- // {
44
- // this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Android, TestDevice.Mac, TestDevice.Windows }, KeyboardScrolling.IgnoreMessage);
45
- // KeyboardScrolling.EntryNextEditorScrollingTest(App, KeyboardScrollingGallery);
46
- // }
41
+ [ Test ]
42
+ public void EntryNextEditorTest ( )
43
+ {
44
+ this . IgnoreIfPlatforms ( new TestDevice [ ] { TestDevice . Android , TestDevice . Mac , TestDevice . Windows } , KeyboardScrolling . IgnoreMessage ) ;
45
+ KeyboardScrolling . EntryNextEditorScrollingTest ( App , KeyboardScrollingGallery ) ;
46
+ }
47
47
}
48
48
}
0 commit comments