diff --git a/Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs b/Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs index 7b0c208..d19f684 100644 --- a/Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs +++ b/Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs @@ -124,12 +124,14 @@ public void Should_ThrowNoSuchElementException_ForAbsentElement([ValueSource(nam } [Test] + [Ignore("Tests should be updated: find out more stable example")] public void Should_ReturnCorrectState_False_WhenWindowIsReopened([ValueSource(nameof(StateFunctionsFalseWhenElementStale))] Func stateCondition) { AssertStateConditionAfterReopen(stateCondition, expectedValue: false); } [Test] + [Ignore("Tests should be updated: find out more stable example")] public void Should_ReturnCorrectState_True_WhenWindowIsReopened([ValueSource(nameof(StateFunctionsTrueWhenElementStaleWhichRetriveElement))] Func stateCondition) { AssertStateConditionAfterReopen(stateCondition, expectedValue: true);