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

class Ticket169TestCase extends PradoGenericSelenium2Test
{
	function test()
	{
		$this->url('tickets/index.php?page=Ticket169');
		$this->assertNotVisible('ctl0_Content_validator1');
		$this->click('ctl0_Content_ctl0');
		$this->assertVisible('ctl0_Content_validator1');
	}
}