Пример #1
0
        public void PRC_QcsetDashboard_ClickStartReview_ReviewShouldBeInProgress()
        {
            TestHelper.UpdateWorkflowState(WorkflowStateQcSetReviewNotStarted);

            CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);

            CommonActions.ClickTab(driver, CommonActions.VerificationTabId);
            QcSetDashboardActions.VerifyQcsetReviewReadyToStartState(driver);

            this.analysisSetReviewActions.WaitForLoadPage();

            this.analysisSetReviewActions.ClickVerificationSetStartReview();

            this.analysisSetReviewActions.WaitForLoadPage();
            this.analysisSetReviewActions.DisableAutoAdvance();

            this.analysisSetReviewActions.ClickProjectDashboardLink();

            this.analysisSetReviewActions.WaitForLoadPage();
            CommonActions.ClickTab(driver, CommonActions.VerificationTabId);

            QcSetDashboardActions.VerifyQcsetReviewInProgressState(driver);
        }