示例#1
0
 public void PRC_DocList_ClickSearchButtonInDocList_ShouldDisplaySearchedResultsInDocList()
 {
     TestHelper.UpdateWorkflowState(WorkflowStateControlSetNotStarted);
     CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);
     DocListActions.ClickStartReviewToOpenDocReview(driver);
     DocListActions.DisableAutoAdvance(driver);
     DocListActions.ClickNextDocButton(driver);
     DocListActions.ClickViewSetInDocReview(driver);
     DocListActions.ClickSearchButton(driver);
     DocListActions.ShouldDisplaySearchedResultsInDocList(driver).Should().BeTrue();
 }