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

class Ticket653TestCase extends PradoGenericSelenium2Test
{
	function test()
	{
		// Open with 'Friendly URL'
		$this->url('tickets/index.php/ticket653');
		$this->verifyTitle("Verifying Ticket 653", "");

		$this->assertText('textspan', 'This is the page for Ticket653');
	}
}