コード例 #1
0
 public void ThenIValidateTheViewPullRequestButton(string shouldBeVisible)
 {
     if (shouldBeVisible == "Yes")
     {
         _actionsAndPageObject.IsViewPullRequestButtonVisible().Should().BeTrue();
     }
     else
     {
         _actionsAndPageObject.IsViewPullRequestButtonVisible().Should().BeFalse();
     }
 }