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

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

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

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

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

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

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

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

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

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

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

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

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

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

            cfp.ClickChat();
        }