コード例 #1
0
ファイル: SetsSteps.cs プロジェクト: WyattC16/MusicSetTheory
 public void ThenTheSetsTreeShouldBeDisplayed(string sets)
 {
     SeleniumPage.TreeElement(sets)
     .Should().BeFound().Then()
     .Branches.Should().AllBeFound()
     .Then().SelectMany(x => x.ChildBranches)
     .Should().AllBeFound()
     .Then().SelectMany(x => x.ChildBranches)
     .Should().AllBeFound();
 }