1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 19:00:32 +02:00

removed tests

This commit is contained in:
Sebastian
2018-02-06 19:47:44 +01:00
parent 7360b4a87d
commit b0cd7d3fea
2 changed files with 0 additions and 55 deletions

View File

@@ -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

View File

@@ -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'