Пример #1
0
        public void ThenICanSeeTheAutoResponseAs_OkAndWhenYouGetYourNewProperty()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.VerifyAutoChatResponse();
            driver.Quit();
        }
Пример #2
0
        public void ThenTheChatWindowsRestarts()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.VerifyRestartLink();
            driver.Quit();
        }
Пример #3
0
        public void ThenTheAutochatWindowOpens()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.ChatWindow();
        }
Пример #4
0
        public void WhenIClickOnRestartPlan()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.ClickRestartPlanLink();
        }
Пример #5
0
        public void WhenIClickOnNotYetForTheQuestionFirstDoYouAlreadyOwnAProperty()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.StartChat();
        }
Пример #6
0
        public void WhenICanAutochatToBuyAHouse()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.ChatBuyaHouse();
        }
Пример #7
0
        public void WhenIClickOnGoalsIcon()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.GoalsIcon();
        }