summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php
blob: 755d5dd6cb769c886b5bdb75ba9271cd6db2931d (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');
	}
}

?>