# encoding: utf-8 Feature: create_new In order to start using the news rss reader As a user I want to be able to add feeds and folders Background: Given I am logged in 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: 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 When I click somewhere else Then I should not see a form to add feeds and folders