actually fix the build
This commit is contained in:
parent
025d5e68c8
commit
0187ae4e86
|
@ -18,10 +18,10 @@ 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 Shop" event
|
||||
Then I should see "John Doe joined project at Shop" event
|
||||
|
||||
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 Shop" event
|
||||
Then I should see "John Doe left project at Shop" event
|
||||
|
|
Loading…
Reference in a new issue