summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket477TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket477TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php
index 7f9bc58c..c4486dbc 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php
@@ -11,8 +11,8 @@ class Ticket477TestCase extends PradoGenericSelenium2Test
$this->assertNotVisible("{$base}validator2");
$this->byId("{$base}list1_c1")->click();
- $this->assertVisible("{$base}validator1");
$this->assertNotVisible("{$base}validator2");
+ $this->assertVisible("{$base}validator1");
$this->byId("{$base}list2_c1")->click();