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, 11 insertions, 1 deletions
diff --git a/tests/acceptance/features/create_new.feature b/tests/acceptance/features/create_new.feature
index d6ccfee49..1a5e096b1 100644
--- a/tests/acceptance/features/create_new.feature
+++ b/tests/acceptance/features/create_new.feature
@@ -15,4 +15,14 @@ Feature: create_new
Scenario: hide caption when not hover
Given I hover over the add new button
When I hover out off the add new button
- Then I should not see an "Add Website" caption on the add new button \ No newline at end of file
+ Then I should not see an "Add Website" caption on the add new button
+
+ Scenario: show add website dialogue
+ 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
+ When I click somewhere else
+ Then I should not see a form to add feeds and folders \ No newline at end of file