Skip to content

Commit

Permalink
VACMS-19512: Updates test for phone widget
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Dec 9, 2024
1 parent 7d15f04 commit 102bae3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ 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 click the "Add Phone number" button
And I wait "5" seconds
And I fill in field with selector "[data-drupal-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 102bae3

Please sign in to comment.