diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-02-13 13:48:27 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-02-13 14:43:31 +0100 |
commit | 421e882ea422a4a33b64f0c5d466d6b22731199c (patch) | |
tree | f13bd73bd3a384f54af9e78d72c53850e3514727 /features/dashboard | |
parent | d702a2525df1b7a9a9fc774e04ceac717b5f2932 (diff) | |
download | gitlab-ce-421e882ea422a4a33b64f0c5d466d6b22731199c.tar.gz |
Fix specs.
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/dashboard.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index bebaa78e46c..1959d327082 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -27,11 +27,11 @@ Feature: Dashboard Scenario: I should see User joined Project event Given user with name "John Doe" joined project "Shop" When I visit dashboard page - Then I should see "John Doe joined project at Shop" event + Then I should see "John Doe joined project Shop" event @javascript Scenario: I should see User left Project event Given user with name "John Doe" joined project "Shop" And user with name "John Doe" left project "Shop" When I visit dashboard page - Then I should see "John Doe left project at Shop" event + Then I should see "John Doe left project Shop" event |