Skip to content

Commit b9ee405

Browse files
authored
Ignore unstable tests: reopens #62 (#80)
1 parent 2edff3b commit b9ee405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,14 @@ public void Should_ThrowNoSuchElementException_ForAbsentElement([ValueSource(nam
124124
}
125125

126126
[Test]
127+
[Ignore("Tests should be updated: find out more stable example")]
127128
public void Should_ReturnCorrectState_False_WhenWindowIsReopened([ValueSource(nameof(StateFunctionsFalseWhenElementStale))] Func<IElementStateProvider, bool> stateCondition)
128129
{
129130
AssertStateConditionAfterReopen(stateCondition, expectedValue: false);
130131
}
131132

132133
[Test]
134+
[Ignore("Tests should be updated: find out more stable example")]
133135
public void Should_ReturnCorrectState_True_WhenWindowIsReopened([ValueSource(nameof(StateFunctionsTrueWhenElementStaleWhichRetriveElement))] Func<IElementStateProvider, bool> stateCondition)
134136
{
135137
AssertStateConditionAfterReopen(stateCondition, expectedValue: true);

0 commit comments

Comments
 (0)