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,6 +50,7 @@ Feature: create content on cms
50 Given I follow "New content" 50 Given I follow "New content"
51 When I follow "Blog" 51 When I follow "Blog"
52 And I fill in "Title" with "My blog" 52 And I fill in "Title" with "My blog"
  53 + And I fill in "Address" with "my-blog"
53 And I press "Save" 54 And I press "Save"
54 And I go to joaosilva's cms 55 And I go to joaosilva's cms
55 Then I should see "My blog" 56 Then I should see "My blog"