Skip to content

Commit fa8f3b0

Browse files
nivetha-nagalingamAnandhan Rajagopal
authored andcommitted
Updated StepperFeatureTests.cs
1 parent 2c8b24e commit fa8f3b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/StepperFeatureTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ public void Stepper_ResetToInitialState_VerifyDefaultValues()
281281
Assert.That(App.FindElement("ValueLabel").GetText(), Is.EqualTo("0.00"));
282282
}
283283

284+
#if TEST_FAILS_ON_WINDOWS // Related Issue Link : https://github.com/dotnet/maui/issues/29740
284285
[Test]
285286
public void Stepper_IncrementDoesNotExceedMaximum()
286287
{
@@ -310,6 +311,7 @@ public void Stepper_IncrementDoesNotExceedMaximum()
310311
var currentValue = App.FindElement("ValueLabel").GetText();
311312
Assert.That(currentValue, Is.EqualTo("10.00"));
312313
}
314+
#endif
313315

314316
[Test]
315317
public void Stepper_DecrementDoesNotGoBelowMinimum()

0 commit comments

Comments
 (0)