def setUp(self):
     self.splinter_actions = get_splinter_actions(self)
     getattr(self, BROWSER).visit('%s/' % self.live_server_url)
 def setUp(self):
     self._browser.visit('http://dustinfarris.com/')
     self.splinter_actions = get_splinter_actions(self)