Skip to content

Commit

Permalink
Typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Dec 7, 2015
1 parent b4c548b commit cc9b9ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void usedSeedListsFilteringTest() {
"Only the new seed list should now be listed");
configurationRows = readConfigurationTableRows(driver);
configurationRows.get(0).findElement(By.linkText("Edit")).click();
seedListSelect = new Select(driver.findElement(By.name("seedlListList")));
seedListSelect = new Select(driver.findElement(By.name("seedListList")));
seedListSelect.deselectByVisibleText("defaultseeds");
driver.findElement(By.cssSelector("input[type=\"submit\"]")).click();
seedListRows = readSeedListTableRows(driver);
Expand Down

0 comments on commit cc9b9ee

Please sign in to comment.