Skip to content

Commit

Permalink
Count of Controls and Prefabs used in test cases and Prefab are track…
Browse files Browse the repository at this point in the history
…ed now
  • Loading branch information
Nfactor26 committed Dec 21, 2022
1 parent cf480a9 commit c5ba8e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public void ValidateThatTestFixtureIsVisibleIfAnyOfItsTestCaseIsVisible(string f
testfixtureViewModel.Tags.Add("module", "test explorer");
testfixtureViewModel.Tests.Add(testCaseViewModel);
testfixtureViewModel.UpdateVisibility(filterText);
testCaseViewModel.UpdateVisibility(filterText);

Assert.AreEqual(shouldBeVisible, testfixtureViewModel.IsVisible);
}
Expand Down

0 comments on commit c5ba8e4

Please sign in to comment.