Given I am on <page>
When I click on the next button
Then I will make a request to <url>
When I receive a response within 0.5 seconds
Then response should have a status 200
Given I am on <page>
When I restart the app
Then I should be redirected back to <page> where I left off
Given I am on the restore page
When I submit my <number> and OTP
Then I should be redirected back to <page> where I left off
Given I am on <page>
When I click on the next button
Then I should move forward to the <next> page
Given I am on <page>
When I click on the back button
Then I should go back to the <previous> page
Given I am on the passport page
And I have filled in my <full_name>
When I click on the next button
Then I should move forward to the review page
And my <full_name> should be shown
Given I make a GET request to "https://dbs-service-qz6esvmepq-as.a.run.app/api/v1/users"
When I receive a response within 0.5 seconds
Then response should have a status 200