diff options
author | Andrew8xx8 <avk@8xx8.ru> | 2013-03-12 15:15:14 +0400 |
---|---|---|
committer | Andrew8xx8 <avk@8xx8.ru> | 2013-03-12 15:15:14 +0400 |
commit | fce22dfa2fe8dd0f551f0a24dae4a52d4096c6f1 (patch) | |
tree | 113ebe3a972d32f9d1843319332e603f761474b1 /features/dashboard | |
parent | 804ae05c58984badf9041509fb01e950d02a71e1 (diff) | |
download | gitlab-ce-fce22dfa2fe8dd0f551f0a24dae4a52d4096c6f1.tar.gz |
Tests for dashboard projects fixed
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/projects.feature | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/features/dashboard/projects.feature b/features/dashboard/projects.feature index 852252715c5..7e617bd1bfc 100644 --- a/features/dashboard/projects.feature +++ b/features/dashboard/projects.feature @@ -1,4 +1,4 @@ -Feature: Dashboard +Feature: Dashboard projects Background: Given I sign in as a user And I own project "Shop" @@ -8,7 +8,5 @@ Feature: Dashboard Then I should see projects list Scenario: I should see project I am looking for - Given I search for "Sho" - Then I should see "Shop" project link - - + Given I search for "Sho" + Then I should see "Shop" project link |