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

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

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