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

class Ticket823TestCase extends PradoGenericSelenium2Test {

	public function test() {
		$this->url('tickets/index.php?page=Ticket823');
		$this->assertEquals($this->title(), "Verifying Ticket 823");
		$base = 'ctl0_Content_';
		$this->assertElementPresent('xpath=//option[@value="Choose..."]');
	}
}