summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php
blob: 099873872f67ec0ae876c39da2dbea11b6be66f3 (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->assertEquals("Verifying Ticket 653", $this->title());

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