Skip to content

Commit

Permalink
Remove references in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed May 17, 2022
1 parent 3fa67c6 commit a1c5afe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/candidate_list/test/candidate_listTest.php
Expand Up @@ -40,7 +40,6 @@ class CandidateListTestIntegrationTest extends LorisIntegrationTestWithCandidate
static $dob = 'input[name="DoB"]';
static $visitCount = 'input[name="visitCount"]';
static $feedback = 'select[name="feedback"]';
static $lastVisit = 'select[name="latestVisitStatus"]';
static $edc = 'input[name="edc"]';


Expand Down Expand Up @@ -155,10 +154,6 @@ function testCandidateListAdvancedOptionsAppear()
$this->assertEquals("input", $edcOptions->getTagName());
// Not currently done
//$this->assertEquals("date",$edcOptions->getAttribute("type"));
$latestVisitOptions = $this->safeFindElement(
WebDriverBy::Name("latestVisitStatus")
);
$this->assertEquals("select", $latestVisitOptions->getTagName());
$feedbackOptions = $this->safeFindElement(
WebDriverBy::Name("feedback")
);
Expand Down Expand Up @@ -286,13 +281,6 @@ function testFilters()
"closed",
'11 rows'
);
$this->_filterTest(
self::$lastVisit,
self::$display,
self::$clearFilter,
"Visit",
'413'
);
$this->_filterTest(
self::$edc,
self::$display,
Expand Down

0 comments on commit a1c5afe

Please sign in to comment.