Skip to content
Snippets Groups Projects
Commit 66d8d084 authored by adityab3's avatar adityab3
Browse files

cleaned up patient preregistration tests

parent ff29bbd7
No related branches found
No related tags found
1 merge request!6Uc91v2
......@@ -72,12 +72,10 @@ public class PreRegisterPatientTest extends iTrustSeleniumTest {
driver.findElement(By.xpath("//input[@name='icZip']")).sendKeys("54321");
driver.findElement(By.xpath("//input[@name='icPhone']")).sendKeys("0001234567");
driver.findElement(By.xpath("//input[@id='smoker_yes']")).click();
//driver.findElement(By.name("icState")).selectByValue("NC");
// Submit
driver.findElement(By.id("submit_preregister")).click();
assertTrue(driver.findElement(By.xpath("//body")).getText().contains("New Pre-registered Patient Information"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment