You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to know that the application is loading when I choose a different sheet from the dropdown at the top of the application.
Given there are multiple sheets to choose from
When I select a new sheet
Then I expect to see a loading message and the screen darken while loading
Given I have selected a sheet from the drop down and it is currently loading
When the application has loaded
Then I expect the loading message and the darken screen to disappear and be able to use the application as normal
Given I have selected a sheet from the drop down and it is currently loading
When the application has an error loading
Then I expect a error message with a dismiss button
Given there is an error message when loading the new sheet
When I dismiss the error message
Then I expect the message to disappear and the darken screen to disappear and the ability to continue the use of the application in the previous state
The text was updated successfully, but these errors were encountered:
As a user I want to know that the application is loading when I choose a different sheet from the dropdown at the top of the application.
Given there are multiple sheets to choose from
When I select a new sheet
Then I expect to see a loading message and the screen darken while loading
Given I have selected a sheet from the drop down and it is currently loading
When the application has loaded
Then I expect the loading message and the darken screen to disappear and be able to use the application as normal
Given I have selected a sheet from the drop down and it is currently loading
When the application has an error loading
Then I expect a error message with a dismiss button
Given there is an error message when loading the new sheet
When I dismiss the error message
Then I expect the message to disappear and the darken screen to disappear and the ability to continue the use of the application in the previous state
The text was updated successfully, but these errors were encountered: