Commit 49551ea6016fe051ad2e9a44ea64b9a46904b35e
1 parent
ac3f9b5f
Exists in
colab
and in
4 other branches
Testing new project button on my projects page.
Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com> Signed-off-by: João Gabriel <joaogabrieldebrittoesilva@gmail.com>
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
features/project/create.feature
... | ... | @@ -36,4 +36,12 @@ Feature: Project Creation |
36 | 36 | And I fill the Name field with " " |
37 | 37 | And I fill the Description field with "Web Service to collect metrics" |
38 | 38 | When I press the Save button |
39 | - Then I should see "Name can't be blank" | |
40 | 39 | \ No newline at end of file |
40 | + Then I should see "Name can't be blank" | |
41 | + | |
42 | + Scenario: click on button new project on my projects page | |
43 | + Given I am a regular user | |
44 | + And I am signed in | |
45 | + And I am at the homepage | |
46 | + And I click the My projects link | |
47 | + When I click the New Project link | |
48 | + Then I should see "New Project" | |
41 | 49 | \ No newline at end of file | ... | ... |