Commit 0187ae4e8689f0fc2fd399b65973792395534853

Authored by Nihad Abbasov
1 parent 025d5e68

actually fix the build

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/dashboard/dashboard.feature
... ... @@ -18,10 +18,10 @@ Feature: Dashboard
18 18 Scenario: I should see User joined Project event
19 19 Given user with name "John Doe" joined project "Shop"
20 20 When I visit dashboard page
21   - Then I should see "John Doe joined project Shop" event
  21 + Then I should see "John Doe joined project at Shop" event
22 22  
23 23 Scenario: I should see User left Project event
24 24 Given user with name "John Doe" joined project "Shop"
25 25 And user with name "John Doe" left project "Shop"
26 26 When I visit dashboard page
27   - Then I should see "John Doe left project Shop" event
  27 + Then I should see "John Doe left project at Shop" event
... ...