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

class Ticket285TestCase extends PradoGenericSelenium2Test
{
	function test()
	{
		$this->url('tickets/index.php?page=Ticket285');
		$this->assertContains('350.00', $this->source());
		$this->assertContains('349.99', $this->source());
	}
}