As a user, I want to skip my planned exhibits so that I don't have to go to exhibits that I don't want to go when I changed my mind.
Scenario #1: Skipping next exhibit
Given that there are still exhibit that I have not visited in my plan
When I click the skip button
Then a replanning alert should appear
and the next exhibit should be deleted from my plan
and the app should call the replan function
and the app should display the next planned exhibit.
Scenario #2: No more Exhibits
Given that there are no exhibit that I have not visited in my plan
When I am on the page for my current exhibit
Then the skip button should be disabled.
As a user, I want to skip my planned exhibits so that I don't have to go to exhibits that I don't want to go when I changed my mind.
Scenario #1: Skipping next exhibit Given that there are still exhibit that I have not visited in my plan When I click the skip button Then a replanning alert should appear and the next exhibit should be deleted from my plan and the app should call the replan function and the app should display the next planned exhibit.
Scenario #2: No more Exhibits Given that there are no exhibit that I have not visited in my plan When I am on the page for my current exhibit Then the skip button should be disabled.