Skip to content
Snippets Groups Projects
Commit 0187ae4e authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

actually fix the build

parent 025d5e68
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment