Created
October 4, 2018 19:39
-
-
Save sebs/986829aec6a84e35237e5ebe3d706ef9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Storage | |
Scenario: Have a history Available | |
Given one added valid scenario | |
When another valid scenario is added | |
Then the scenario list should contain 2 scenarios | |
Feature: LocalStorage | |
Given the editor is used | |
When the content is changed to another valid scenario | |
Then the content is stored in local storage | |
And then a reload shows the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment