summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/create_new.feature
blob: c0722005989051df758e5c6727166c4212cb73c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 Outline: 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