diff --git a/features/forum.feature b/features/forum.feature index 8f9d79a..a7406af 100644 --- a/features/forum.feature +++ b/features/forum.feature @@ -182,7 +182,7 @@ Feature: forum And I am logged in as "joaosilva" When I go to /sample-community/forum And I follow "Configure forum" - And I check "Allow member to create topics" + And I check "Allow members to create topics" And I press "Save" And I am logged in as "mariasilva" And I go to /sample-community/forum @@ -202,7 +202,7 @@ Feature: forum And I am logged in as "joaosilva" When I go to /sample-community/forum And I follow "Configure forum" - And I check "Allow member to create topics" + And I check "Allow members to create topics" And I press "Save" And I am logged in as "mariasilva" And I go to /sample-community/forum @@ -223,7 +223,7 @@ Feature: forum And I am logged in as "joaosilva" When I go to /sample-community/forum And I follow "Configure forum" - And I uncheck "Allow member to create topics" + And I uncheck "Allow members to create topics" And I press "Save" And I am logged in as "mariasilva" And I go to /sample-community/forum @@ -244,7 +244,7 @@ Feature: forum And I am logged in as "joaosilva" When I go to /sample-community/forum And I follow "Configure forum" - And I check "Allow member to create topics" + And I check "Allow members to create topics" And I press "Save" And I am logged in as "mariasilva" And I go to /sample-community/forum @@ -269,7 +269,7 @@ Feature: forum And I am logged in as "joaosilva" When I go to /sample-community/forum And I follow "Configure forum" - And I check "Allow member to create topics" + And I check "Allow members to create topics" And I press "Save" And I am logged in as "mariasilva" And I go to /sample-community/forum @@ -283,4 +283,4 @@ Feature: forum And I fill in "Title" with "Test inside the topic page" And I press "Save" And I go to /sample-community/forum - Then I should see "Test inside the topic page" \ No newline at end of file + Then I should see "Test inside the topic page" -- libgit2 0.21.2