summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/create_new.feature
blob: 9f3a7be7851fe493c8fac7323a781a9a78fee949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
		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 of the add new button
		Then I should not see an "Add Website" caption on the add new button