summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/create_new.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/create_new.feature')
-rw-r--r--tests/acceptance/features/create_new.feature12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/acceptance/features/create_new.feature b/tests/acceptance/features/create_new.feature
index 923778639..9e5d9708f 100644
--- a/tests/acceptance/features/create_new.feature
+++ b/tests/acceptance/features/create_new.feature
@@ -8,18 +8,20 @@ Feature: create_new
Given I am logged in
And I am in the "news" app
+ Scenario: default state when opening page
+ When I look at the add new button
+ Then I should not see a caption on the add new button
+ And I should not see a form to add feeds and folders
+
Scenario: show caption on hover
- Given I should not see an "Add Website" caption on the add new button
When I hover over the add new button
- Then I should see an "Add Website" caption on the add new button
+ Then I should see a "Add Website" caption on the add new button
Scenario: show add website dialogue
- Given I should not see a form to add feeds and folders
When I click on the add new button
Then I should see a form to add feeds and folders
Scenario: hide add website dialogue when clicking somewhere else
- Given I should not see a form to add feeds and folders
- And I click on the add new button
+ Given I click on the add new button
When I click somewhere else
Then I should not see a form to add feeds and folders \ No newline at end of file