Skip to content

Commit f428535

Browse files
author
Jake Ginnivan
committed
Fixed broken test
1 parent d0b105d commit f428535

File tree

1 file changed

+1
-1
lines changed
  • src/TestStack.White.UITests/ControlTests

1 file changed

+1
-1
lines changed

src/TestStack.White.UITests/ControlTests/TabTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void Find()
2828

2929
void AssertChildrenCount(WindowsFramework framework)
3030
{
31-
Assert.Equal(framework == WindowsFramework.Wpf ? 3 : 5, tab.TabCount);
31+
Assert.Equal(framework == WindowsFramework.Wpf ? 4 : 5, tab.TabCount);
3232
}
3333

3434
void ShouldSelectTabPage()

0 commit comments

Comments
 (0)