summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php
blob: 9a6fa7c3b1c01aadb57fba4a444bec34f841a293 (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');
		
	}
}

?>