Commit 5f156c9e082dbd0e63b92bb227e70b37ef24ac9f
1 parent
d7c27610
Exists in
master
and in
28 other branches
new-content-features: fill address field which is not filled without js
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
features/new_content_on_cms.feature
... | ... | @@ -50,6 +50,7 @@ Feature: create content on cms |
50 | 50 | Given I follow "New content" |
51 | 51 | When I follow "Blog" |
52 | 52 | And I fill in "Title" with "My blog" |
53 | + And I fill in "Address" with "my-blog" | |
53 | 54 | And I press "Save" |
54 | 55 | And I go to joaosilva's cms |
55 | 56 | Then I should see "My blog" | ... | ... |