Commit ed3ab5c792e8c3b3a461f8fde2e734076a7e6b5b
1 parent
632dc3ef
Exists in
master
and in
22 other branches
forum-feature: string change
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
features/forum.feature
| ... | ... | @@ -182,7 +182,7 @@ Feature: forum |
| 182 | 182 | And I am logged in as "joaosilva" |
| 183 | 183 | When I go to /sample-community/forum |
| 184 | 184 | And I follow "Configure forum" |
| 185 | - And I check "Allow member to create topics" | |
| 185 | + And I check "Allow members to create topics" | |
| 186 | 186 | And I press "Save" |
| 187 | 187 | And I am logged in as "mariasilva" |
| 188 | 188 | And I go to /sample-community/forum |
| ... | ... | @@ -202,7 +202,7 @@ Feature: forum |
| 202 | 202 | And I am logged in as "joaosilva" |
| 203 | 203 | When I go to /sample-community/forum |
| 204 | 204 | And I follow "Configure forum" |
| 205 | - And I check "Allow member to create topics" | |
| 205 | + And I check "Allow members to create topics" | |
| 206 | 206 | And I press "Save" |
| 207 | 207 | And I am logged in as "mariasilva" |
| 208 | 208 | And I go to /sample-community/forum |
| ... | ... | @@ -223,7 +223,7 @@ Feature: forum |
| 223 | 223 | And I am logged in as "joaosilva" |
| 224 | 224 | When I go to /sample-community/forum |
| 225 | 225 | And I follow "Configure forum" |
| 226 | - And I uncheck "Allow member to create topics" | |
| 226 | + And I uncheck "Allow members to create topics" | |
| 227 | 227 | And I press "Save" |
| 228 | 228 | And I am logged in as "mariasilva" |
| 229 | 229 | And I go to /sample-community/forum |
| ... | ... | @@ -244,7 +244,7 @@ Feature: forum |
| 244 | 244 | And I am logged in as "joaosilva" |
| 245 | 245 | When I go to /sample-community/forum |
| 246 | 246 | And I follow "Configure forum" |
| 247 | - And I check "Allow member to create topics" | |
| 247 | + And I check "Allow members to create topics" | |
| 248 | 248 | And I press "Save" |
| 249 | 249 | And I am logged in as "mariasilva" |
| 250 | 250 | And I go to /sample-community/forum |
| ... | ... | @@ -269,7 +269,7 @@ Feature: forum |
| 269 | 269 | And I am logged in as "joaosilva" |
| 270 | 270 | When I go to /sample-community/forum |
| 271 | 271 | And I follow "Configure forum" |
| 272 | - And I check "Allow member to create topics" | |
| 272 | + And I check "Allow members to create topics" | |
| 273 | 273 | And I press "Save" |
| 274 | 274 | And I am logged in as "mariasilva" |
| 275 | 275 | And I go to /sample-community/forum |
| ... | ... | @@ -283,4 +283,4 @@ Feature: forum |
| 283 | 283 | And I fill in "Title" with "Test inside the topic page" |
| 284 | 284 | And I press "Save" |
| 285 | 285 | And I go to /sample-community/forum |
| 286 | - Then I should see "Test inside the topic page" | |
| 287 | 286 | \ No newline at end of file |
| 287 | + Then I should see "Test inside the topic page" | ... | ... |