コード例 #1
0
        public void PRC_CreateControlSet_ClickOkInCreateControlSetPopUp_ShouldCreateControlSet()
        {
            CommonActions.NavigateToUrl(driver, Settings.PCAdminDashboardUrl);

            CommonActions.WaitForLoadPcDashboardPage(driver);

            CreateControlsetActions.ClickStartButtonToOpenCreateControlsetPopup(driver);

            CommonActions.WaitForLoadPage(driver);

            CreateControlsetActions.CheckControlSetPopup(driver);

            CreateControlsetActions.ClickOkButtonToCreateControlset(driver);

            CommonActions.WaitForLoadPage(driver);

            CommonActions.RefreshMainWindow(driver);

            CreateControlsetActions.CheckNextStatusIsReviewControlset(driver);

            CreateControlsetActions.SwitchToMainWindow(driver);
        }