File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,14 @@ public void Should_ThrowNoSuchElementException_ForAbsentElement([ValueSource(nam
124
124
}
125
125
126
126
[ Test ]
127
+ [ Ignore ( "Tests should be updated: find out more stable example" ) ]
127
128
public void Should_ReturnCorrectState_False_WhenWindowIsReopened ( [ ValueSource ( nameof ( StateFunctionsFalseWhenElementStale ) ) ] Func < IElementStateProvider , bool > stateCondition )
128
129
{
129
130
AssertStateConditionAfterReopen ( stateCondition , expectedValue : false ) ;
130
131
}
131
132
132
133
[ Test ]
134
+ [ Ignore ( "Tests should be updated: find out more stable example" ) ]
133
135
public void Should_ReturnCorrectState_True_WhenWindowIsReopened ( [ ValueSource ( nameof ( StateFunctionsTrueWhenElementStaleWhichRetriveElement ) ) ] Func < IElementStateProvider , bool > stateCondition )
134
136
{
135
137
AssertStateConditionAfterReopen ( stateCondition , expectedValue : true ) ;
You can’t perform that action at this time.
0 commit comments