Cucumber -> Dashboard features

This commit is contained in:
randx 2012-06-16 12:50:14 +03:00
parent 85b86e6476
commit 781fd1a80c
4 changed files with 97 additions and 1 deletions

View file

@ -0,0 +1,11 @@
Feature: Dashboard Search
Background:
Given I signin as a user
And I own project "Shop"
And I visit dashboard search page
Scenario: I should see project i'm looking for
Given I search for "Sho"
Then I should see "Shop" project link