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 d0b105d commit f428535Copy full SHA for f428535
src/TestStack.White.UITests/ControlTests/TabTest.cs
@@ -28,7 +28,7 @@ void Find()
28
29
void AssertChildrenCount(WindowsFramework framework)
30
{
31
- Assert.Equal(framework == WindowsFramework.Wpf ? 3 : 5, tab.TabCount);
+ Assert.Equal(framework == WindowsFramework.Wpf ? 4 : 5, tab.TabCount);
32
}
33
34
void ShouldSelectTabPage()
0 commit comments