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

class Ticket573TestCase extends SeleniumTestCase
{
	function test()
	{
		$this->open('tickets/index.php?page=Ticket573');
		$this->verifyTitle("Verifying Ticket 573", "");

		$this->assertText('test1', '10.00');
	}
}

?>