File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,9 @@ public void ShouldBeAbleToClickOnAnElementHiddenByYOverflow()
70
70
}
71
71
72
72
[ Test ]
73
- [ IgnoreBrowser ( Browser . IE , "Issue #716" ) ]
74
- [ IgnoreBrowser ( Browser . Firefox , "Issue #716" ) ]
75
73
public void ShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow ( )
76
74
{
77
75
driver . Url = EnvironmentManager . Instance . UrlBuilder . WhereIs ( "scrolling_tests/page_with_partially_hidden_element.html" ) ;
78
-
79
76
driver . FindElement ( By . Id ( "btn" ) ) . Click ( ) ;
80
77
WaitFor ( TitleToBe ( "Clicked Successfully!" ) , "Browser title was not 'Clicked Successfully'" ) ;
81
78
}
Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ public void ClicksASurroundingStrongTag()
221
221
}
222
222
223
223
[ Test ]
224
- [ IgnoreBrowser ( Browser . IE , "Map click fails" ) ]
225
224
[ IgnoreBrowser ( Browser . Opera , "Map click fails" ) ]
226
225
public void CanClickAnImageMapArea ( )
227
226
{
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ public void NoneStrategyShouldNotWaitForPageToRefresh()
64
64
}
65
65
66
66
[ Test ]
67
- [ IgnoreBrowser ( Browser . Chrome , "Chrome driver does not support eager page load strategy" ) ]
68
67
[ IgnoreBrowser ( Browser . Edge , "Edge driver does not support eager page load strategy" ) ]
69
68
public void EagerStrategyShouldNotWaitForResources ( )
70
69
{
@@ -86,7 +85,6 @@ public void EagerStrategyShouldNotWaitForResources()
86
85
}
87
86
88
87
[ Test ]
89
- [ IgnoreBrowser ( Browser . Chrome , "Chrome driver does not support eager page load strategy" ) ]
90
88
[ IgnoreBrowser ( Browser . Edge , "Edge driver does not support eager page load strategy" ) ]
91
89
public void EagerStrategyShouldNotWaitForResourcesOnRefresh ( )
92
90
{
@@ -113,7 +111,6 @@ public void EagerStrategyShouldNotWaitForResourcesOnRefresh()
113
111
}
114
112
115
113
[ Test ]
116
- [ IgnoreBrowser ( Browser . Chrome , "Chrome driver does not support eager page load strategy" ) ]
117
114
[ IgnoreBrowser ( Browser . Edge , "Edge driver does not support eager page load strategy" ) ]
118
115
public void EagerStrategyShouldWaitForDocumentToBeLoaded ( )
119
116
{
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ public void TooSmallAWindowWithOverflowHiddenIsNotAProblem()
224
224
}
225
225
226
226
[ Test ]
227
- [ IgnoreBrowser ( Browser . IE , "IE does not support the hidden attribute" ) ]
228
227
public void ShouldShowElementNotVisibleWithHiddenAttribute ( )
229
228
{
230
229
string url = EnvironmentManager . Instance . UrlBuilder . WhereIs ( "hidden.html" ) ;
@@ -234,7 +233,6 @@ public void ShouldShowElementNotVisibleWithHiddenAttribute()
234
233
}
235
234
236
235
[ Test ]
237
- [ IgnoreBrowser ( Browser . IE , "IE does not support the hidden attribute" ) ]
238
236
public void ShouldShowElementNotVisibleWhenParentElementHasHiddenAttribute ( )
239
237
{
240
238
string url = EnvironmentManager . Instance . UrlBuilder . WhereIs ( "hidden.html" ) ;
Original file line number Diff line number Diff line change @@ -425,8 +425,6 @@ public void CloseShouldCloseCurrentHandleOnly()
425
425
}
426
426
427
427
[ Test ]
428
- [ IgnoreBrowser ( Browser . Chrome , "Driver does not yet support new window command" ) ]
429
- [ IgnoreBrowser ( Browser . Edge , "Driver does not yet support new window command" ) ]
430
428
[ IgnoreBrowser ( Browser . EdgeLegacy , "Driver does not yet support new window command" ) ]
431
429
public void ShouldBeAbleToCreateANewWindow ( )
432
430
{
You can’t perform that action at this time.
0 commit comments