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

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