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.feature7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/acceptance/features/create_new.feature b/tests/acceptance/features/create_new.feature
index a49b3b0e8..9f3a7be78 100644
--- a/tests/acceptance/features/create_new.feature
+++ b/tests/acceptance/features/create_new.feature
@@ -10,4 +10,9 @@ Feature: create_new
Scenario: show caption on hover
When I hover over the add new button
- Then I should see a "Add Website" caption on the add new button \ No newline at end of file
+ Then I should see an "Add Website" caption on the add new button
+
+ Scenario: hide caption when not hover
+ Given I hover over the add new button
+ When I hover out of the add new button
+ Then I should not see an "Add Website" caption on the add new button \ No newline at end of file