I am trying to learn protractor in order to test our Web based Analytics Application. The workflow of our application moves back and forth between views changing inputs that run calculations and produce outputs, each view is normally done by clicking a tab in the view or can be done with a browser.get call ( we use Angular.ui routing). I want to break the sections of the views where I change inputs or read outputs into separate test functions and am wondering if I need to do a browser.get for that view before each 'it' function? \
-- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
