diff --git a/tests/console/include/common_classes_60.py b/tests/console/include/common_classes_60.py index d5339d79ff..8dcb53861f 100644 --- a/tests/console/include/common_classes_60.py +++ b/tests/console/include/common_classes_60.py @@ -62,6 +62,8 @@ class PandoraWebDriverTestCase(TestCase): self.verificationErrors = [] self.accept_next_alert = True #self.is_development = self.is_development + #TODO Print test name + print "Starting test" super(PandoraWebDriverTestCase, self).setUp() def is_element_present(self, how, what):