Added verbosity
This commit is contained in:
parent
b78ffe0576
commit
7ad69984c9
|
@ -62,6 +62,8 @@ class PandoraWebDriverTestCase(TestCase):
|
||||||
self.verificationErrors = []
|
self.verificationErrors = []
|
||||||
self.accept_next_alert = True
|
self.accept_next_alert = True
|
||||||
#self.is_development = self.is_development
|
#self.is_development = self.is_development
|
||||||
|
#TODO Print test name
|
||||||
|
print "Starting test"
|
||||||
super(PandoraWebDriverTestCase, self).setUp()
|
super(PandoraWebDriverTestCase, self).setUp()
|
||||||
|
|
||||||
def is_element_present(self, how, what):
|
def is_element_present(self, how, what):
|
||||||
|
|
Loading…
Reference in New Issue