Skip to content

Commit

Permalink
Update StepperUITests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhivya-SF4094 committed Jan 16, 2025
1 parent 0aadff6 commit 70ff4bc
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if ANDROID || IOS || WINDOWS
using NUnit.Framework;
using NUnit.Framework;
using NUnit.Framework.Legacy;
using UITest.Appium;
using UITest.Core;
Expand Down Expand Up @@ -77,5 +76,4 @@ public void DecreaseStepper()
ClassicAssert.AreEqual("0", step5Value);
}
}
}
#endif
}

0 comments on commit 70ff4bc

Please sign in to comment.