summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php
blob: 15194f606da1edf5a831a1082c1e111cba2dff52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

class Ticket284TestCase extends SeleniumTestCase
{
	function test()
	{
		$this->open('tickets/index.php?page=Ticket284');
		$this->assertTextPresent('Verifying Ticket 284');
		$this->click('ctl0_Content_ctl1');
		
	}
}

?>