Given I am on passport page
And I have uploaded a document
Then my information should be auto-filled
When I edit my information
Then my information should be overwritten
And I should be able to see it in the review page
Given I am on passport page
And I have uploaded a document
Then I should see a loading indicator
And I should see a preview of the document
Given I am on passport page
And I have uploaded a document
When I click on the delete button
Then I should no longer see the image preview
Given I am on <page>
And I have not filled in any fields
When I click on <button>
Then I should be on <page>
And I should see <errors>
When I fill up <form_fields>
And I click on <button>
Then I should be on <next_page>
Given I am on passport page, have at least one child and have not completed the fields on the current page
When I click on another family member
Then I should see an icon on the carousel of the family member I just navigated away from
Given I have filled all me and my child's details
And I am on the review page
When I click on my icon
Then I should be able to see that my information is correct
When I click on my child icon
Then I should be able to see that my child information is correct
When I click on my child icon
And I click on the <edit> button
Then I should be on <page>
When I click on my child icon
And I see that my child information is misfilled
And I correct my child information
Then I should be able to see that my child information has been corrected