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 c2a95aa commit f5e662aCopy full SHA for f5e662a
UITests/UITests.Tests.Shared/Controls/RangeSelectorTest.cs
@@ -37,9 +37,8 @@ public static void ClassCleanup()
37
38
[TestMethod]
39
[TestPage("RangeSelectorTestPage")]
40
- public void SimpleTestMethod()
+ public void SimpleTestMethod2()
41
{
42
-
43
var inputStepFrequency = new TextBlock(FindElement.ById("inputStepFrequency"));
44
var inputMinimum = new TextBlock(FindElement.ById("inputMinimum"));
45
var inputRangeStart = new TextBlock(FindElement.ById("inputRangeStart"));
0 commit comments