The shipping form has a country dropdown. When “USA” is selected, the hidden state field appears automatically. Your task: first select the country, then — once the state field appears — pick a state, and finally submit the form.
This scenario combines a multi-step test: selectOption, waiting for the DOM to change dynamically (auto-wait), and sequential steps.
page is already available — write your code below.