Exemplo n.º 1
0
        public void ThenICanSeeMyAverageRunningCostOfACar()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.Verifythechat();
            driver.Quit();
        }
Exemplo n.º 2
0
        public void ThenITheDecisionTreeChatflowsHasBeenRestarted()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.GoalandActions();
        }
Exemplo n.º 3
0
        public void ThenIReceiveAnAutomationResponceAsLetSPutAKeyInTheIgnitionAndGetStarted()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.responce();
        }
Exemplo n.º 4
0
        public void ThenICanSeeTheChatFlowsLikeBuyACarGetCreditEtc_()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ChatCar();
        }
Exemplo n.º 5
0
        public void ThenICanSeeTheChatWindowForBuyACar()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.Chatbox();
        }
Exemplo n.º 6
0
        public void ThenICanSeeTheActionsAndGoalsButton()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.GoalandActions();
        }
Exemplo n.º 7
0
        public void ThenIAmOnActionsPageAndICanSeeHowToImproveMyCreditScore()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ActionsPage();
        }
Exemplo n.º 8
0
        public void WhenIClickOnLetSDoIt()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.StarttheChat();
        }
Exemplo n.º 9
0
        public void WhenIClickOnTheKeySymbol()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.Clickonthekey();
        }
Exemplo n.º 10
0
        public void WhenIClickOnBuyACarChatFlow()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickBuyaCarChat();
        }
Exemplo n.º 11
0
        public void WhenIClickOnGoalsButton()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickGoals();
        }
Exemplo n.º 12
0
        public void WhenIClickOnResetPlan()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickRestartplan();
        }
Exemplo n.º 13
0
        public void WhenIClickOnActionsButton()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickActions();
        }
Exemplo n.º 14
0
        public void WhenIClickOnChatFlows()
        {
            ChatFlows cfp = new ChatFlows(driver);

            cfp.ClickChat();
        }