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

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

	}
}