We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe45ded commit fe60e68Copy full SHA for fe60e68
Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs
@@ -115,6 +115,7 @@ public void Should_ReturnCorrectState_False_WhenWindowIsRefreshed([ValueSource(n
115
}
116
117
[Test]
118
+ [Ignore("Tests should be updated: find out more stable example")]
119
public void Should_ReturnCorrectState_True_WhenWindowIsRefreshed([ValueSource(nameof(StateFunctionsTrueWhenElementStaleWhichRetriveElement))] Func<IElementStateProvider, bool> stateCondition)
120
{
121
AssertStateConditionAfterRefresh(stateCondition, expectedValue: true);
0 commit comments