Commit 5f156c9e082dbd0e63b92bb227e70b37ef24ac9f

Authored by Rodrigo Souto
1 parent d7c27610

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"
... ...