Commit 44e8c85f9b7e33d6edaf4974bcd16f83d2975d74

Authored by Daniel Alves + Diego Araújo + Guilherme Rojas
Committed by Paulo Meireles
1 parent ea0db8bd

[Mezuro] Fixing last project.feature commit.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/mezuro/features/project.feature
... ... @@ -130,8 +130,8 @@ Feature: Project
130 130 And the following users
131 131 | login | name |
132 132 | user | User |
133   - When I am on article "Sample Project"
134 133 And I am logged in as "user"
  134 + When I am on article "Sample Project"
135 135 And I should be on /mycommunity/sample-project
136 136 Then I should not see "Delete"
137 137 And I should not see "Edit"
... ...