You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify.AreEqual("Passed",elements.GetCheckIfButtonsHiddenLabel().GetText(),"Not all buttons where hidden and as such, the test result was not 'Passed'");
<Buttonx:Name="NumberOfPagesSetterButton"Content="Set NumberOfPages to 100"Click="NumberOfPagesSetterButtonClicked"/>
117
130
<Buttonx:Name="NumberOfPagesInfinityButton" AutomationProperties.Name="NumberOfPagesInfinityButton"Content="Set NumberOfPages to -1 (aka Infinity mode)"Click="NumberOfPagesInfinityButtonClicked"/>
118
131
<Buttonx:Name="IncreaseNumberOfPagesButton"Content="Increase NumberOfPages by 1"Click="IncreaseNumberOfPagesButtonClicked"/>
119
-
132
+
<StackPanelOrientation="Horizontal">
133
+
<Buttonx:Name="CheckIfButtonsHiddenButton"Content="Check if buttons hidden on last pager"Click="CheckIfButtonsHiddenButtonClicked" AutomationProperties.Name="CheckIfButtonsHiddenButton"/>
0 commit comments