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

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

            cfp.GoalandActions();
        }