From 410af66fc8843177bb68561e556d7bd51c4d71c1 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 19 Feb 2014 19:27:05 +0100 Subject: Fix test for firefox --- tests/FunctionalTests/tickets/tests/Ticket769TestCase.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/FunctionalTests/tickets') diff --git a/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php index 38a6212b..258a09a7 100755 --- a/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php @@ -15,7 +15,7 @@ class Ticket769TestCase extends PradoGenericSeleniumTest $this->click($base.'ctl0'); $this->pause(800); $this->assertNotVisible($base.'ctl1'); - $this->verifyTextPresent($base.'ctl0', 'T1 clicked' ); + $this->assertEquals($this->getValue($base.'ctl0'), 'T1 clicked' ); $this->click($base.'ctl2'); $this->pause(800); @@ -30,7 +30,6 @@ class Ticket769TestCase extends PradoGenericSeleniumTest $this->click($base.'ctl0'); $this->pause(800); $this->assertNotVisible($base.'ctl1'); - $this->verifyTextPresent($base.'ctl0', 'T1 clicked clicked' ); - + $this->assertEquals($this->getValue($base.'ctl0'), 'T1 clicked clicked' ); } } \ No newline at end of file -- cgit v1.2.3