summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php
blob: b4a32c19e063ca3ef54557cb806bb574f8a26b1e (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->assertContains('Verifying Ticket 284', $this->source());
		$this->byId('ctl0_Content_ctl1')->click();

	}
}