Commit 5e0aca6b302c38e19fddf7cd61e205362066bcbd
Committed by
Paulo Meireles
1 parent
f68f7262
Exists in
master
and in
29 other branches
[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,12 +127,12 @@ Feature: Project | ||
127 | | name | Sample Project | | 127 | | name | Sample Project | |
128 | | description | Sample Description | | 128 | | description | Sample Description | |
129 | | community | mycommunity | | 129 | | community | mycommunity | |
130 | - Given the following users | 130 | + And the following users |
131 | | login | name | | 131 | | login | name | |
132 | | adminuser | Admin | | 132 | | adminuser | Admin | |
133 | And I am logged in as "adminuser" | 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 | And I should be on /mycommunity/sample-project | 135 | And I should be on /mycommunity/sample-project |
136 | - And I should not see "Delete" | 136 | + Then I should not see "Delete" |
137 | And I should not see "Edit" | 137 | And I should not see "Edit" |
138 | 138 |