Cucumber -> Dashboard features
This commit is contained in:
parent
85b86e6476
commit
781fd1a80c
4 changed files with 97 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue