diff --git a/tests/plugin.feature b/tests/plugin.feature deleted file mode 100644 index 484b602..0000000 --- a/tests/plugin.feature +++ /dev/null @@ -1,28 +0,0 @@ -Feature: Handle Plugins - In order to use plugins - As an user - I want to access the setup page - - Scenario: Setups a plugin - Given - And - When - Then - - Scenario: User adds a plugin - Given - And - When - Then - - Scenario: User removes a plugin - Given - And - When - Then - - Scenario: User edits plugin settings again - Given - And - When - Then diff --git a/tests/setup.feature b/tests/setup.feature deleted file mode 100644 index f5aaf7f..0000000 --- a/tests/setup.feature +++ /dev/null @@ -1,27 +0,0 @@ -Feature: Setup the system - In order to setup the system - As an user - I want to access the setup page - - Scenario: User setups system for first time. - Given I am on '/typemill' - And in the settings the 'setup' is true - When I go to '/typemill/setup' - Then some testable outcome is achieved - - Scenario: System has been setup already and user tries to reach setup page again. - Given I am on '/typemill' - And in the settings the 'setup' is false - When I go to '/typemill/setup' - Then I can read 'page not found' - - Scenario: System saves valid settings. - Given I am on '/typemill/setup' - And I enter '' to '' - When I enter - Then I am on '/typemill/welcome' - - Scenario: System saves invalid settings. - Given I am on '/typemill/setup' - When I enter - Then I am on '/typemill/setup' \ No newline at end of file