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

class Ticket285TestCase extends SeleniumTestCase
{
	function test()
	{
		$this->open('tickets/index.php?page=Ticket285');
		$this->assertTextPresent('350.00');
		$this->assertTextPresent('349.99');
	}
}
?>