Example #1
0
        public void ThenICanSeeMyAverageRunningCostOfACar()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.Verifythechat();
            driver.Quit();
        }
Example #2
0
        public void ThenITheDecisionTreeChatflowsHasBeenRestarted()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.GoalandActions();
        }
Example #3
0
        public void ThenIReceiveAnAutomationResponceAsLetSPutAKeyInTheIgnitionAndGetStarted()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.responce();
        }
Example #4
0
        public void ThenICanSeeTheChatFlowsLikeBuyACarGetCreditEtc_()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ChatCar();
        }
Example #5
0
        public void ThenICanSeeTheChatWindowForBuyACar()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.Chatbox();
        }
Example #6
0
        public void ThenICanSeeTheActionsAndGoalsButton()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.GoalandActions();
        }
Example #7
0
        public void ThenIAmOnActionsPageAndICanSeeHowToImproveMyCreditScore()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ActionsPage();
        }
Example #8
0
        public void WhenIClickOnLetSDoIt()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.StarttheChat();
        }
Example #9
0
        public void WhenIClickOnTheKeySymbol()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.Clickonthekey();
        }
Example #10
0
        public void WhenIClickOnBuyACarChatFlow()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickBuyaCarChat();
        }
Example #11
0
        public void WhenIClickOnGoalsButton()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickGoals();
        }
Example #12
0
        public void WhenIClickOnResetPlan()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickRestartplan();
        }
Example #13
0
        public void WhenIClickOnActionsButton()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickActions();
        }
Example #14
0
        public void WhenIClickOnChatFlows()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickChat();
        }