summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket622TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket622TestCase.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php
index 9210d9b5..0d0fe3d2 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php
@@ -10,8 +10,8 @@ class Ticket622TestCase extends PradoGenericSeleniumTest
$this->click($base.'ctl0');
$this->pause(800);
- $this->assertAttribute($base.'ALB@style','null');
- $this->assertAttribute('css=span#acb span@style','null');
- $this->assertAttribute('css=span#arb span@style','null');
+ $this->assertAttribute($base.'ALB@style',';');
+ $this->assertAttribute('css=span#acb span@style', ';');
+ $this->assertAttribute('css=span#arb span@style', ';');
}
}