From abafbcccb8a0bd21aa6db3d73ec7e1e57c8f998b Mon Sep 17 00:00:00 2001 From: Axel <axl89@users.noreply.github.com> Date: Fri, 17 Jun 2016 16:43:53 +0200 Subject: [PATCH] Update PAN4.py Modified the test name --- tests/console/PAN4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/console/PAN4.py b/tests/console/PAN4.py index 04e3555bf1..6bc0ae4b11 100644 --- a/tests/console/PAN4.py +++ b/tests/console/PAN4.py @@ -15,7 +15,7 @@ class PAN4(PandoraWebDriverTestCase): test_description = u'Creates a user with Chief Operator permissions over the Applications group. Then creates two reports: one in the Applications group and other in the Servers group. Then, it checks that the given user can only see the Application report' tickets_associated = [] - def test_pan3(self): + def test_pan4(self): driver = self.driver login(driver,"admin","pandora") detect_and_pass_all_wizards(driver)