summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket708TestCase.php')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket708TestCase.php54
1 files changed, 27 insertions, 27 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php
index 77978141..7c9f706b 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php
@@ -1,28 +1,28 @@
-<?php
-class Ticket708TestCase extends SeleniumTestCase
-{
- function test()
- {
- $base = 'ctl0_Content_';
- $this->open('tickets/index.php?page=Ticket708');
- $this->assertTitle("Verifying Ticket 708");
-
- $this->click($base."grid_ctl1_RadioButton");
- $this->pause(800);
- $this->assertText($base."Result", "You have selected Radio Button #1");
-
- $this->click($base."grid_ctl2_RadioButton");
- $this->pause(800);
- $this->assertText($base."Result", "You have selected Radio Button #2");
-
- $this->click($base."grid_ctl3_RadioButton");
- $this->pause(800);
- $this->assertText($base."Result", "You have selected Radio Button #3");
-
- $this->click($base."grid_ctl4_RadioButton");
- $this->pause(800);
- $this->assertText($base."Result", "You have selected Radio Button #4");
- }
-
-}
+<?php
+class Ticket708TestCase extends SeleniumTestCase
+{
+ function test()
+ {
+ $base = 'ctl0_Content_';
+ $this->open('tickets/index.php?page=Ticket708');
+ $this->assertTitle("Verifying Ticket 708");
+
+ $this->click($base."grid_ctl1_RadioButton");
+ $this->pause(800);
+ $this->assertText($base."Result", "You have selected Radio Button #1");
+
+ $this->click($base."grid_ctl2_RadioButton");
+ $this->pause(800);
+ $this->assertText($base."Result", "You have selected Radio Button #2");
+
+ $this->click($base."grid_ctl3_RadioButton");
+ $this->pause(800);
+ $this->assertText($base."Result", "You have selected Radio Button #3");
+
+ $this->click($base."grid_ctl4_RadioButton");
+ $this->pause(800);
+ $this->assertText($base."Result", "You have selected Radio Button #4");
+ }
+
+}
?> \ No newline at end of file