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 45bc90f commit 96e5113Copy full SHA for 96e5113
UITests/UITests.Tests.Shared/Controls/RangeSelectorTest.cs
@@ -53,12 +53,18 @@ public void SimpleTestMethod2()
53
var submitAll = new Button(FindElement.ById("submitAll"));
54
55
inputStepFrequency.SendKeys("1");
56
+ Wait.ForIdle();
57
inputMinimum.SendKeys("0");
58
59
inputRangeStart.SendKeys("10");
60
61
inputRangeEnd.SendKeys("90");
62
63
inputMaximum.SendKeys("100");
64
65
66
submitAll.Click();
67
68
69
var currentStepFrequency = new TextBlock(FindElement.ById("currentStepFrequency"));
70
var currentMinimum = new TextBlock(FindElement.ById("currentMinimum"));
0 commit comments