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

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

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