summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-08 12:20:36 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-08 12:20:36 +0200
commit855f0a3a5ebf2d4b9e179d68acb3c82aacd18660 (patch)
tree95c4776d33167392c87da336fc71236ff7403f7b /tests
parent7a372ed40aee114397a40aa1134f512596bde8fd (diff)
move hover check into precondition
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/create_new.feature6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/acceptance/features/create_new.feature b/tests/acceptance/features/create_new.feature
index 1a5e096b1..d7e0f81ae 100644
--- a/tests/acceptance/features/create_new.feature
+++ b/tests/acceptance/features/create_new.feature
@@ -9,14 +9,10 @@ Feature: create_new
And I am in the "news" app
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
- 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
-
Scenario: show add website dialogue
When I click on the add new button
Then I should see a form to add feeds and folders