summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php
blob: 6f4a2a8e42c42b15e83b07a637d3a112573a1ac4 (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');
	}
}
?>