예제 #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();
        }