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

class Ticket28TestCase extends PradoGenericSelenium2Test
{

	function test()
	{
		$this->url('tickets/index.php?page=Ticket28');
		$this->assertTextPresent('Label 1');
		$this->clickAndWait('link=Click Me');
		$this->assertTextPresent('Link Button 1 Clicked!');
	}
}