Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs427fa20team22
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
htmoss2
cs427fa20team22
Commits
66d8d084
Commit
66d8d084
authored
4 years ago
by
adityab3
Browse files
Options
Downloads
Patches
Plain Diff
cleaned up patient preregistration tests
parent
ff29bbd7
No related branches found
No related tags found
1 merge request
!6
Uc91v2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iTrust/test/edu/ncsu/csc/itrust/selenium/PreRegisterPatientTest.java
+0
-2
0 additions, 2 deletions
.../edu/ncsu/csc/itrust/selenium/PreRegisterPatientTest.java
with
0 additions
and
2 deletions
iTrust/test/edu/ncsu/csc/itrust/selenium/PreRegisterPatientTest.java
+
0
−
2
View file @
66d8d084
...
...
@@ -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"
));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment