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

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