File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- using NUnit . Framework ;
1
+ using NUnit . Framework ;
2
2
3
3
namespace OpenQA . Selenium . Html5
4
4
{
@@ -7,6 +7,7 @@ public class LocationContextTest : DriverTestFixture
7
7
{
8
8
[ Test ]
9
9
[ IgnoreBrowser ( Browser . Android , "Untested feature" ) ]
10
+ [ IgnoreBrowser ( Browser . Edge ) ]
10
11
[ IgnoreBrowser ( Browser . Firefox , "Firefox driver incorrectly reports capability of geolocation." ) ]
11
12
[ IgnoreBrowser ( Browser . Chrome , "Chrome driver does not support setting altitude value." ) ]
12
13
public void ShouldSetAndGetLocation ( )
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public void ShouldFollowMetaRedirects()
31
31
}
32
32
33
33
[ Test ]
34
+ [ IgnoreBrowser ( Browser . Chrome ) ]
34
35
public void ShouldBeAbleToGetAFragmentOnTheCurrentPage ( )
35
36
{
36
37
if ( TestUtilities . IsMarionette ( driver ) )
You can’t perform that action at this time.
0 commit comments