Skip to content

Commit c5ba8e4

Browse files
committed
Count of Controls and Prefabs used in test cases and Prefab are tracked now
1 parent cf480a9 commit c5ba8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Unit.Tests/Pixel.Automation.TestExplorer.ViewModels.Tests/TestFixtureViewModelFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public void ValidateThatTestFixtureIsVisibleIfAnyOfItsTestCaseIsVisible(string f
127127
testfixtureViewModel.Tags.Add("module", "test explorer");
128128
testfixtureViewModel.Tests.Add(testCaseViewModel);
129129
testfixtureViewModel.UpdateVisibility(filterText);
130+
testCaseViewModel.UpdateVisibility(filterText);
130131

131132
Assert.AreEqual(shouldBeVisible, testfixtureViewModel.IsVisible);
132133
}

0 commit comments

Comments
 (0)