Commit 5e0aca6b302c38e19fddf7cd61e205362066bcbd

Authored by Alessandro Palmeira + Diego Araujo
Committed by Paulo Meireles
1 parent f68f7262

[Mezuro] Refactoring project feature

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
plugins/mezuro/features/project.feature
... ... @@ -127,12 +127,12 @@ Feature: Project
127 127 | name | Sample Project |
128 128 | description | Sample Description |
129 129 | community | mycommunity |
130   - Given the following users
  130 + And the following users
131 131 | login | name |
132 132 | adminuser | Admin |
133 133 And I am logged in as "adminuser"
134   - And I am on article "Sample Project"
  134 + When I am on article "Sample Project"
135 135 And I should be on /mycommunity/sample-project
136   - And I should not see "Delete"
  136 + Then I should not see "Delete"
137 137 And I should not see "Edit"
138 138  
... ...