search.feature 270 Bytes
Newer Older
1
@dashboard
randx's avatar
randx committed
2
Feature: Dashboard Search
3 4
  Background:
    Given I sign in as a user
randx's avatar
randx committed
5
    And I own project "Shop"
6
    And I visit dashboard search page
randx's avatar
randx committed
7

8
  Scenario: I should see project I am looking for
randx's avatar
randx committed
9 10
    Given I search for "Sho"
    Then I should see "Shop" project link