Skip to content

Commit

Permalink
VACMS-19979: Updates cypress tests for phone number paragraph (#19980)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane authored Nov 27, 2024
1 parent 937e0f7 commit a1c1de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Feature: CMS Users may effectively interact with the VAMC Facility form
When I am at "/node/add/health_care_local_facility"
And I fill in "Name of facility" with "[Test Data] Facility Name"
And I select the "Normal services and hours" radio button
And I fill in field with selector "#edit-field-telephone-0-subform-field-phone-number-0-value" with value "402-867-5309"
And I select option "VA Alaska health care" from dropdown "What health care system does the facility belong to?"
And I fill in "Meta description" with "[Test Data] Meta description"
And I select option "---VA Alaska health care" from dropdown "Section"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Scenario: Log in and create a Person Profile with attention to conditional field

And I fill in "First name" with "James"
And I fill in "Last name" with "Smith"
And I fill in field with selector "#edit-field-telephone-0-subform-field-phone-number-0-value" with value "402-867-5309"
And I fill in field with selector "#edit-revision-log-0-value" with value "[Test Data] Revision log message."
And I click the "Save" button
Then I should see "Staff Profile James Smith has been created."
Expand Down

0 comments on commit a1c1de5

Please sign in to comment.