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

class Ticket163TestCase extends PradoGenericSeleniumTest
{
	function test()
	{
		$this->open('tickets/index.php?page=Ticket163');
		$this->assertTextPresent('kr 100,00');
		$this->assertTextPresent('kr 0,00');
		$this->assertTextPresent('-kr 100,00');
	}
}