Commit 00778a30425e655b38e27125d6916a227a65db5a
1 parent
fa04b49a
Exists in
master
and in
23 other branches
Added profile @elenium-fixme on tests
Those tests ae not passing and should be fixed soon :)
Showing
17 changed files
with
50 additions
and
50 deletions
Show diff stats
features/approve_article.feature
| @@ -19,7 +19,7 @@ Feature: approve article | @@ -19,7 +19,7 @@ Feature: approve article | ||
| 19 | And "Maria Silva" is a member of "Sample Community" | 19 | And "Maria Silva" is a member of "Sample Community" |
| 20 | And "Joao Silva" is admin of "Sample Community" | 20 | And "Joao Silva" is admin of "Sample Community" |
| 21 | 21 | ||
| 22 | - @selenium @fixme | 22 | + @selenium-fixme |
| 23 | Scenario: edit an article before approval | 23 | Scenario: edit an article before approval |
| 24 | Given I am logged in as "mariasilva" | 24 | Given I am logged in as "mariasilva" |
| 25 | And I am on Maria Silva's homepage | 25 | And I am on Maria Silva's homepage |
| @@ -53,7 +53,7 @@ Feature: approve article | @@ -53,7 +53,7 @@ Feature: approve article | ||
| 53 | When I go to Sample Community's sitemap | 53 | When I go to Sample Community's sitemap |
| 54 | Then I should not see "Sample Article" | 54 | Then I should not see "Sample Article" |
| 55 | 55 | ||
| 56 | - @selenium @fixme | 56 | + @selenium-fixme |
| 57 | Scenario: reject an article that was removed | 57 | Scenario: reject an article that was removed |
| 58 | Given I am logged in as "mariasilva" | 58 | Given I am logged in as "mariasilva" |
| 59 | And I follow "Dub Wars" | 59 | And I follow "Dub Wars" |
features/balloon.feature
| @@ -24,7 +24,7 @@ Feature: balloon | @@ -24,7 +24,7 @@ Feature: balloon | ||
| 24 | When I go to the homepage | 24 | When I go to the homepage |
| 25 | Then I should not see "Friends" | 25 | Then I should not see "Friends" |
| 26 | 26 | ||
| 27 | - @selenium @fixme | 27 | + @selenium-fixme |
| 28 | Scenario: I should see balloon when clicked on people block trigger | 28 | Scenario: I should see balloon when clicked on people block trigger |
| 29 | Given the following blocks | 29 | Given the following blocks |
| 30 | | owner | type | | 30 | | owner | type | |
| @@ -34,7 +34,7 @@ Feature: balloon | @@ -34,7 +34,7 @@ Feature: balloon | ||
| 34 | And I follow "Profile links" | 34 | And I follow "Profile links" |
| 35 | Then I should see "Friends" | 35 | Then I should see "Friends" |
| 36 | 36 | ||
| 37 | - @selenium @fixme | 37 | + @selenium-fixme |
| 38 | Scenario: I should see balloon when clicked on community block trigger | 38 | Scenario: I should see balloon when clicked on community block trigger |
| 39 | Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment | 39 | Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment |
| 40 | When I go to /search/communities | 40 | When I go to /search/communities |
| @@ -53,7 +53,7 @@ Feature: balloon | @@ -53,7 +53,7 @@ Feature: balloon | ||
| 53 | When I go to /assets/communities | 53 | When I go to /assets/communities |
| 54 | Then I should not see "Members" | 54 | Then I should not see "Members" |
| 55 | 55 | ||
| 56 | - @selenium @fixme | 56 | + @selenium-fixme |
| 57 | Scenario: I should see balloon when clicked on page trigger | 57 | Scenario: I should see balloon when clicked on page trigger |
| 58 | Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment | 58 | Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment |
| 59 | When I go to /assets/communities | 59 | When I go to /assets/communities |
features/browse.feature
| @@ -15,7 +15,7 @@ Feature: browse | @@ -15,7 +15,7 @@ Feature: browse | ||
| 15 | | comunity-silva | Community Silva | | 15 | | comunity-silva | Community Silva | |
| 16 | | comunity-neto | Community Neto | | 16 | | comunity-neto | Community Neto | |
| 17 | 17 | ||
| 18 | - @selenium @fixme | 18 | + @selenium-fixme |
| 19 | Scenario: Show people browse menu | 19 | Scenario: Show people browse menu |
| 20 | Given I should not see "More Recent" | 20 | Given I should not see "More Recent" |
| 21 | And I should not see "More Active" | 21 | And I should not see "More Active" |
| @@ -25,7 +25,7 @@ Feature: browse | @@ -25,7 +25,7 @@ Feature: browse | ||
| 25 | And I should see "More Active" | 25 | And I should see "More Active" |
| 26 | And I should see "More Popular" | 26 | And I should see "More Popular" |
| 27 | 27 | ||
| 28 | - @selenium @fixme | 28 | + @selenium-fixme |
| 29 | Scenario: People browse menu should add logged information | 29 | Scenario: People browse menu should add logged information |
| 30 | Given I am logged in as "joaosilva" | 30 | Given I am logged in as "joaosilva" |
| 31 | And I should not see "More Recent" | 31 | And I should not see "More Recent" |
| @@ -51,7 +51,7 @@ Feature: browse | @@ -51,7 +51,7 @@ Feature: browse | ||
| 51 | And I should not see "Community Silva" | 51 | And I should not see "Community Silva" |
| 52 | And I should not see "Community Neto" | 52 | And I should not see "Community Neto" |
| 53 | 53 | ||
| 54 | - @selenium @fixme | 54 | + @selenium-fixme |
| 55 | Scenario: Communities browse menu should add logged information | 55 | Scenario: Communities browse menu should add logged information |
| 56 | Given I am logged in as "joaosilva" | 56 | Given I am logged in as "joaosilva" |
| 57 | When I go to /joaosilva | 57 | When I go to /joaosilva |
| @@ -67,7 +67,7 @@ Feature: browse | @@ -67,7 +67,7 @@ Feature: browse | ||
| 67 | And I should see "My communities" | 67 | And I should see "My communities" |
| 68 | And I should see "New community" | 68 | And I should see "New community" |
| 69 | 69 | ||
| 70 | - @selenium @fixme | 70 | + @selenium-fixme |
| 71 | Scenario: Show communities browse menu | 71 | Scenario: Show communities browse menu |
| 72 | Given I should not see "More Recent" | 72 | Given I should not see "More Recent" |
| 73 | And I should not see "More Active" | 73 | And I should not see "More Active" |
| @@ -88,7 +88,7 @@ Feature: browse | @@ -88,7 +88,7 @@ Feature: browse | ||
| 88 | And I should not see "Paulo Neto" | 88 | And I should not see "Paulo Neto" |
| 89 | And I should not see "Community Silva" | 89 | And I should not see "Community Silva" |
| 90 | 90 | ||
| 91 | - @selenium @fixme | 91 | + @selenium-fixme |
| 92 | Scenario: Show contents browse menu | 92 | Scenario: Show contents browse menu |
| 93 | Given I should not see "More Comments" | 93 | Given I should not see "More Comments" |
| 94 | And I should not see "More Views" | 94 | And I should not see "More Views" |
features/browse_catalogs.feature
| @@ -132,7 +132,7 @@ Feature: browse catalogs | @@ -132,7 +132,7 @@ Feature: browse catalogs | ||
| 132 | And I should not see "qualifiers" | 132 | And I should not see "qualifiers" |
| 133 | And I should not see "price composition" | 133 | And I should not see "price composition" |
| 134 | 134 | ||
| 135 | - @selenium @fixme | 135 | + @selenium-fixme |
| 136 | Scenario: display description button when needed (but not the description) | 136 | Scenario: display description button when needed (but not the description) |
| 137 | Given the following products | 137 | Given the following products |
| 138 | | owner | category | name | price | description | | 138 | | owner | category | name | price | description | |
| @@ -146,7 +146,7 @@ Feature: browse catalogs | @@ -146,7 +146,7 @@ Feature: browse catalogs | ||
| 146 | And I should see "A small description" within "#product-description" | 146 | And I should see "A small description" within "#product-description" |
| 147 | And "A small description for a product that doesn't exist" should not be visible within "product-description" | 147 | And "A small description for a product that doesn't exist" should not be visible within "product-description" |
| 148 | 148 | ||
| 149 | - @selenium @fixme | 149 | + @selenium-fixme |
| 150 | Scenario: display description when button is clicked | 150 | Scenario: display description when button is clicked |
| 151 | Given the following products | 151 | Given the following products |
| 152 | | owner | category | name | price | description | | 152 | | owner | category | name | price | description | |
| @@ -157,7 +157,7 @@ Feature: browse catalogs | @@ -157,7 +157,7 @@ Feature: browse catalogs | ||
| 157 | Then I should see "A small description" within "#product-description" | 157 | Then I should see "A small description" within "#product-description" |
| 158 | And "A small description for a product that doesn't exist" should not be visible within "product-description" | 158 | And "A small description for a product that doesn't exist" should not be visible within "product-description" |
| 159 | 159 | ||
| 160 | - @selenium @fixme | 160 | + @selenium-fixme |
| 161 | Scenario: hide description | 161 | Scenario: hide description |
| 162 | Given the following products | 162 | Given the following products |
| 163 | | owner | category | name | price | description | | 163 | | owner | category | name | price | description | |
| @@ -198,7 +198,7 @@ Feature: browse catalogs | @@ -198,7 +198,7 @@ Feature: browse catalogs | ||
| 198 | And I should see "Organic" within "span.search-product-qualifier" | 198 | And I should see "Organic" within "span.search-product-qualifier" |
| 199 | And I should not see "price composition" | 199 | And I should not see "price composition" |
| 200 | 200 | ||
| 201 | - @selenium @fixme | 201 | + @selenium-fixme |
| 202 | Scenario: not display price composition button if price is not described | 202 | Scenario: not display price composition button if price is not described |
| 203 | Given the following product | 203 | Given the following product |
| 204 | | owner | category | name | price | | 204 | | owner | category | name | price | |
| @@ -212,7 +212,7 @@ Feature: browse catalogs | @@ -212,7 +212,7 @@ Feature: browse catalogs | ||
| 212 | And I should see "10.00" within "span.product-price" | 212 | And I should see "10.00" within "span.product-price" |
| 213 | And the "#product-price-composition-button" should not be visible | 213 | And the "#product-price-composition-button" should not be visible |
| 214 | 214 | ||
| 215 | - @selenium @fixme | 215 | + @selenium-fixme |
| 216 | Scenario: display price composition button (but not inputs) | 216 | Scenario: display price composition button (but not inputs) |
| 217 | Given the following product | 217 | Given the following product |
| 218 | | owner | category | name | price | | 218 | | owner | category | name | price | |
| @@ -229,7 +229,7 @@ Feature: browse catalogs | @@ -229,7 +229,7 @@ Feature: browse catalogs | ||
| 229 | And I should see "food" within "#product-price-composition" | 229 | And I should see "food" within "#product-price-composition" |
| 230 | And I should see "10.00" within "#product-price-composition" | 230 | And I should see "10.00" within "#product-price-composition" |
| 231 | 231 | ||
| 232 | - @selenium @fixme | 232 | + @selenium-fixme |
| 233 | Scenario: display price composition when button is clicked | 233 | Scenario: display price composition when button is clicked |
| 234 | Given the following product | 234 | Given the following product |
| 235 | | owner | category | name | price | | 235 | | owner | category | name | price | |
| @@ -244,7 +244,7 @@ Feature: browse catalogs | @@ -244,7 +244,7 @@ Feature: browse catalogs | ||
| 244 | And I should see "food" within "#product-price-composition" | 244 | And I should see "food" within "#product-price-composition" |
| 245 | And I should see "10.88" within "#product-price-composition" | 245 | And I should see "10.88" within "#product-price-composition" |
| 246 | 246 | ||
| 247 | - @selenium @fixme | 247 | + @selenium-fixme |
| 248 | Scenario: display inputs and raw materials button when not completely filled | 248 | Scenario: display inputs and raw materials button when not completely filled |
| 249 | Given the following product | 249 | Given the following product |
| 250 | | owner | category | name | price | | 250 | | owner | category | name | price | |
| @@ -260,7 +260,7 @@ Feature: browse catalogs | @@ -260,7 +260,7 @@ Feature: browse catalogs | ||
| 260 | Then the "#inputs-button" should be visible | 260 | Then the "#inputs-button" should be visible |
| 261 | And I should see "inputs and raw materials" within "#inputs-button" | 261 | And I should see "inputs and raw materials" within "#inputs-button" |
| 262 | 262 | ||
| 263 | - @selenium @fixme | 263 | + @selenium-fixme |
| 264 | Scenario: display inputs and raw materials button | 264 | Scenario: display inputs and raw materials button |
| 265 | Given the following product | 265 | Given the following product |
| 266 | | owner | category | name | price | | 266 | | owner | category | name | price | |
| @@ -280,7 +280,7 @@ Feature: browse catalogs | @@ -280,7 +280,7 @@ Feature: browse catalogs | ||
| 280 | And the "#inputs-description" should not be visible | 280 | And the "#inputs-description" should not be visible |
| 281 | And I should see "7.0 Liter of food" within "#inputs-description" | 281 | And I should see "7.0 Liter of food" within "#inputs-description" |
| 282 | 282 | ||
| 283 | - @selenium @fixme | 283 | + @selenium-fixme |
| 284 | Scenario: display inputs and raw materials description | 284 | Scenario: display inputs and raw materials description |
| 285 | Given the following product | 285 | Given the following product |
| 286 | | owner | category | name | price | | 286 | | owner | category | name | price | |
| @@ -297,7 +297,7 @@ Feature: browse catalogs | @@ -297,7 +297,7 @@ Feature: browse catalogs | ||
| 297 | Then the "#inputs-description" should be visible | 297 | Then the "#inputs-description" should be visible |
| 298 | And I should see "7.0 Liter of food" within "#inputs-description" | 298 | And I should see "7.0 Liter of food" within "#inputs-description" |
| 299 | 299 | ||
| 300 | - @selenium @fixme | 300 | + @selenium-fixme |
| 301 | Scenario: hide inputs and raw materials | 301 | Scenario: hide inputs and raw materials |
| 302 | Given the following product | 302 | Given the following product |
| 303 | | owner | category | name | price | | 303 | | owner | category | name | price | |
features/browse_enterprises.feature
| @@ -24,7 +24,7 @@ Scenario: show profile links button | @@ -24,7 +24,7 @@ Scenario: show profile links button | ||
| 24 | And I should not see "Members" | 24 | And I should not see "Members" |
| 25 | And I should not see "Agenda" | 25 | And I should not see "Agenda" |
| 26 | 26 | ||
| 27 | -@selenium @fixme | 27 | +@selenium-fixme |
| 28 | Scenario: show profile links when clicked | 28 | Scenario: show profile links when clicked |
| 29 | Given I am on /assets/enterprises | 29 | Given I am on /assets/enterprises |
| 30 | When I follow "Profile links" | 30 | When I follow "Profile links" |
| @@ -32,7 +32,7 @@ Scenario: show profile links when clicked | @@ -32,7 +32,7 @@ Scenario: show profile links when clicked | ||
| 32 | And I should see "Members" within "ul.menu-submenu-list" | 32 | And I should see "Members" within "ul.menu-submenu-list" |
| 33 | And I should see "Agenda" within "ul.menu-submenu-list" | 33 | And I should see "Agenda" within "ul.menu-submenu-list" |
| 34 | 34 | ||
| 35 | -@selenium @fixme | 35 | +@selenium-fixme |
| 36 | Scenario: go to catalog when click on products link | 36 | Scenario: go to catalog when click on products link |
| 37 | Given I am on /assets/enterprises | 37 | Given I am on /assets/enterprises |
| 38 | When I follow "Profile links" | 38 | When I follow "Profile links" |
features/clickable_images.feature
| @@ -32,7 +32,7 @@ Feature: clickable images | @@ -32,7 +32,7 @@ Feature: clickable images | ||
| 32 | When I go to /booking/not-set | 32 | When I go to /booking/not-set |
| 33 | Then "Zoom in" should not be visible within "a#zoomify-image" | 33 | Then "Zoom in" should not be visible within "a#zoomify-image" |
| 34 | 34 | ||
| 35 | - @selenium @fixme | 35 | + @selenium-fixme |
| 36 | Scenario: copy style from image | 36 | Scenario: copy style from image |
| 37 | Given the following article with image | 37 | Given the following article with image |
| 38 | | owner | name | image | style | dimensions | | 38 | | owner | name | image | style | dimensions | |
| @@ -40,7 +40,7 @@ Feature: clickable images | @@ -40,7 +40,7 @@ Feature: clickable images | ||
| 40 | When I go to /booking/with-style | 40 | When I go to /booking/with-style |
| 41 | Then "zoomable-image" should be right aligned | 41 | Then "zoomable-image" should be right aligned |
| 42 | 42 | ||
| 43 | - @selenium @fixme | 43 | + @selenium-fixme |
| 44 | Scenario: zoom image | 44 | Scenario: zoom image |
| 45 | Given the following article with image | 45 | Given the following article with image |
| 46 | | owner | name | image | dimensions | | 46 | | owner | name | image | dimensions | |
features/comment.feature
| @@ -24,7 +24,7 @@ Feature: comment | @@ -24,7 +24,7 @@ Feature: comment | ||
| 24 | When I press "Post comment" | 24 | When I press "Post comment" |
| 25 | Then I should not see "Hey ho, let's go" | 25 | Then I should not see "Hey ho, let's go" |
| 26 | 26 | ||
| 27 | - @selenium @fixme | 27 | + @selenium-fixme |
| 28 | Scenario: post a comment while not authenticated | 28 | Scenario: post a comment while not authenticated |
| 29 | Given I am on /booking/article-to-comment | 29 | Given I am on /booking/article-to-comment |
| 30 | And I fill in "Name" with "Joey Ramone" | 30 | And I fill in "Name" with "Joey Ramone" |
| @@ -34,7 +34,7 @@ Feature: comment | @@ -34,7 +34,7 @@ Feature: comment | ||
| 34 | When I press "Post comment" | 34 | When I press "Post comment" |
| 35 | Then I should see "Hey ho, let's go" | 35 | Then I should see "Hey ho, let's go" |
| 36 | 36 | ||
| 37 | - @selenium @fixme | 37 | + @selenium-fixme |
| 38 | Scenario: post comment while authenticated | 38 | Scenario: post comment while authenticated |
| 39 | Given I am logged in as "booking" | 39 | Given I am logged in as "booking" |
| 40 | And I am on /booking/article-to-comment | 40 | And I am on /booking/article-to-comment |
| @@ -43,7 +43,7 @@ Feature: comment | @@ -43,7 +43,7 @@ Feature: comment | ||
| 43 | When I press "Post comment" | 43 | When I press "Post comment" |
| 44 | Then I should see "Hey ho, let's go" | 44 | Then I should see "Hey ho, let's go" |
| 45 | 45 | ||
| 46 | - @selenium @fixme | 46 | + @selenium-fixme |
| 47 | Scenario: redirect to right place after comment a picture | 47 | Scenario: redirect to right place after comment a picture |
| 48 | Given the following files | 48 | Given the following files |
| 49 | | owner | file | mime | | 49 | | owner | file | mime | |
| @@ -55,7 +55,7 @@ Feature: comment | @@ -55,7 +55,7 @@ Feature: comment | ||
| 55 | When I press "Post comment" | 55 | When I press "Post comment" |
| 56 | Then I should be exactly on /booking/rails.png?view=true | 56 | Then I should be exactly on /booking/rails.png?view=true |
| 57 | 57 | ||
| 58 | - @selenium @fixme | 58 | + @selenium-fixme |
| 59 | Scenario: show error messages when make a blank comment | 59 | Scenario: show error messages when make a blank comment |
| 60 | Given I am logged in as "booking" | 60 | Given I am logged in as "booking" |
| 61 | And I am on /booking/article-to-comment | 61 | And I am on /booking/article-to-comment |
| @@ -63,7 +63,7 @@ Feature: comment | @@ -63,7 +63,7 @@ Feature: comment | ||
| 63 | Then I should see "Title can't be blank" | 63 | Then I should see "Title can't be blank" |
| 64 | And I should see "Body can't be blank" | 64 | And I should see "Body can't be blank" |
| 65 | 65 | ||
| 66 | - @selenium @fixme | 66 | + @selenium-fixme |
| 67 | Scenario: disable post comment button | 67 | Scenario: disable post comment button |
| 68 | Given I am on /booking/article-to-comment | 68 | Given I am on /booking/article-to-comment |
| 69 | And I fill in "Name" with "Joey Ramone" | 69 | And I fill in "Name" with "Joey Ramone" |
| @@ -74,7 +74,7 @@ Feature: comment | @@ -74,7 +74,7 @@ Feature: comment | ||
| 74 | Then the "value.Post comment" button should not be enabled | 74 | Then the "value.Post comment" button should not be enabled |
| 75 | And I should see "Hey ho, let's go" | 75 | And I should see "Hey ho, let's go" |
| 76 | 76 | ||
| 77 | - @selenium @fixme | 77 | + @selenium-fixme |
| 78 | Scenario: render comment form and go to bottom | 78 | Scenario: render comment form and go to bottom |
| 79 | Given I am on /booking/article-with-comment | 79 | Given I am on /booking/article-with-comment |
| 80 | When I follow "Post a comment" within ".post-comment-button" | 80 | When I follow "Post a comment" within ".post-comment-button" |
| @@ -82,7 +82,7 @@ Feature: comment | @@ -82,7 +82,7 @@ Feature: comment | ||
| 82 | And I should be exactly on /booking/article-with-comment | 82 | And I should be exactly on /booking/article-with-comment |
| 83 | And I should be moved to anchor "comment_form" | 83 | And I should be moved to anchor "comment_form" |
| 84 | 84 | ||
| 85 | - @selenium @fixme | 85 | + @selenium-fixme |
| 86 | Scenario: keep comments field filled while trying to do a comment | 86 | Scenario: keep comments field filled while trying to do a comment |
| 87 | Given I am on /booking/article-with-comment | 87 | Given I am on /booking/article-with-comment |
| 88 | And I fill in "Name" with "Joey Ramone" | 88 | And I fill in "Name" with "Joey Ramone" |
features/comment_reply.feature
| @@ -25,7 +25,7 @@ Feature: comment | @@ -25,7 +25,7 @@ Feature: comment | ||
| 25 | Then I should not see "Enter your comment" within "div.comment-balloon" | 25 | Then I should not see "Enter your comment" within "div.comment-balloon" |
| 26 | And I should see "Reply" within "div.comment-balloon" | 26 | And I should see "Reply" within "div.comment-balloon" |
| 27 | 27 | ||
| 28 | - @selenium @fixme | 28 | + @selenium-fixme |
| 29 | Scenario: show error messages when make a blank comment reply | 29 | Scenario: show error messages when make a blank comment reply |
| 30 | Given I am logged in as "booking" | 30 | Given I am logged in as "booking" |
| 31 | And I go to /booking/article-to-comment | 31 | And I go to /booking/article-to-comment |
| @@ -53,7 +53,7 @@ Feature: comment | @@ -53,7 +53,7 @@ Feature: comment | ||
| 53 | And I follow "Cancel" within ".comment-balloon" | 53 | And I follow "Cancel" within ".comment-balloon" |
| 54 | Then I should see "Enter your comment" within "div.comment_reply.closed" | 54 | Then I should see "Enter your comment" within "div.comment_reply.closed" |
| 55 | 55 | ||
| 56 | - @selenium @fixme | 56 | + @selenium-fixme |
| 57 | Scenario: not render same reply form twice | 57 | Scenario: not render same reply form twice |
| 58 | Given I am on /booking/article-to-comment | 58 | Given I am on /booking/article-to-comment |
| 59 | When I follow "Reply" within ".comment-balloon" | 59 | When I follow "Reply" within ".comment-balloon" |
| @@ -62,7 +62,7 @@ Feature: comment | @@ -62,7 +62,7 @@ Feature: comment | ||
| 62 | Then there should be 1 "comment_form" within "comment_reply" | 62 | Then there should be 1 "comment_form" within "comment_reply" |
| 63 | And I should see "Enter your comment" within "div.comment_reply.opened" | 63 | And I should see "Enter your comment" within "div.comment_reply.opened" |
| 64 | 64 | ||
| 65 | - @selenium @fixme | 65 | + @selenium-fixme |
| 66 | Scenario: reply a comment | 66 | Scenario: reply a comment |
| 67 | Given I go to /booking/another-article | 67 | Given I go to /booking/another-article |
| 68 | And I follow "Reply" within ".comment-balloon" | 68 | And I follow "Reply" within ".comment-balloon" |
| @@ -74,7 +74,7 @@ Feature: comment | @@ -74,7 +74,7 @@ Feature: comment | ||
| 74 | Then I should see "Hey ho, let's go" within "ul.comment-replies" | 74 | Then I should see "Hey ho, let's go" within "ul.comment-replies" |
| 75 | And there should be 1 "comment-replies" within "article-comment" | 75 | And there should be 1 "comment-replies" within "article-comment" |
| 76 | 76 | ||
| 77 | - @selenium @fixme | 77 | + @selenium-fixme |
| 78 | Scenario: redirect to right place after reply a picture comment | 78 | Scenario: redirect to right place after reply a picture comment |
| 79 | Given the following files | 79 | Given the following files |
| 80 | | owner | file | mime | | 80 | | owner | file | mime | |
features/edit_article.feature
| @@ -94,7 +94,7 @@ Feature: edit article | @@ -94,7 +94,7 @@ Feature: edit article | ||
| 94 | And I follow "Cancel" | 94 | And I follow "Cancel" |
| 95 | Then I should be on /joaosilva/save-the-whales | 95 | Then I should be on /joaosilva/save-the-whales |
| 96 | 96 | ||
| 97 | - @selenium @fixme | 97 | + @selenium-fixme |
| 98 | Scenario: create an article inside a folder | 98 | Scenario: create an article inside a folder |
| 99 | Given I am on joaosilva's control panel | 99 | Given I am on joaosilva's control panel |
| 100 | When I follow "Manage Content" | 100 | When I follow "Manage Content" |
| @@ -110,7 +110,7 @@ Feature: edit article | @@ -110,7 +110,7 @@ Feature: edit article | ||
| 110 | Then I should see "My Article" | 110 | Then I should see "My Article" |
| 111 | And I should be on /joaosilva/my-folder/my-article | 111 | And I should be on /joaosilva/my-folder/my-article |
| 112 | 112 | ||
| 113 | - @selenium @fixme | 113 | + @selenium-fixme |
| 114 | Scenario: cancel button back to folder after giving up creating | 114 | Scenario: cancel button back to folder after giving up creating |
| 115 | Given I am on joaosilva's control panel | 115 | Given I am on joaosilva's control panel |
| 116 | When I follow "Manage Content" | 116 | When I follow "Manage Content" |
| @@ -160,7 +160,7 @@ Feature: edit article | @@ -160,7 +160,7 @@ Feature: edit article | ||
| 160 | Then I should be on /joaosilva/mi-neuvo-articulo | 160 | Then I should be on /joaosilva/mi-neuvo-articulo |
| 161 | And I should see "Translations" | 161 | And I should see "Translations" |
| 162 | 162 | ||
| 163 | - @selenium @fixme | 163 | + @selenium-fixme |
| 164 | Scenario: not add a translation without a language | 164 | Scenario: not add a translation without a language |
| 165 | Given the following articles | 165 | Given the following articles |
| 166 | | owner | name | language | | 166 | | owner | name | language | |
features/edit_block_of_links.feature
| @@ -12,7 +12,7 @@ Feature: edit_block_of_links | @@ -12,7 +12,7 @@ Feature: edit_block_of_links | ||
| 12 | | eddievedder | LinkListBlock | | 12 | | eddievedder | LinkListBlock | |
| 13 | And I am logged in as "eddievedder" | 13 | And I am logged in as "eddievedder" |
| 14 | 14 | ||
| 15 | - @selenium @fixme | 15 | + @selenium-fixme |
| 16 | Scenario: show the icon selector | 16 | Scenario: show the icon selector |
| 17 | Given I follow "Edit sideboxes" | 17 | Given I follow "Edit sideboxes" |
| 18 | And I follow "Edit" within ".link-list-block" | 18 | And I follow "Edit" within ".link-list-block" |
features/environment_name.feature
| @@ -3,7 +3,7 @@ Feature: setting environment name | @@ -3,7 +3,7 @@ Feature: setting environment name | ||
| 3 | I want to change the name of the environment | 3 | I want to change the name of the environment |
| 4 | So that it appears in the window's title bar | 4 | So that it appears in the window's title bar |
| 5 | 5 | ||
| 6 | - @fixme | 6 | + @selenium-fixme |
| 7 | Scenario: setting environment name through administration panel | 7 | Scenario: setting environment name through administration panel |
| 8 | Given I am logged in as admin | 8 | Given I am logged in as admin |
| 9 | When I follow "Administration" | 9 | When I follow "Administration" |
features/events.feature
| @@ -213,7 +213,7 @@ Feature: events | @@ -213,7 +213,7 @@ Feature: events | ||
| 213 | And I am on josesilva's Event creation | 213 | And I am on josesilva's Event creation |
| 214 | Then I should see "Lead" | 214 | Then I should see "Lead" |
| 215 | 215 | ||
| 216 | - @selenium @fixme | 216 | + @selenium-fixme |
| 217 | Scenario: events lead should be shown on blogs with short format | 217 | Scenario: events lead should be shown on blogs with short format |
| 218 | Given I am logged in as "josesilva" | 218 | Given I am logged in as "josesilva" |
| 219 | And I am on josesilva's control panel | 219 | And I am on josesilva's control panel |
features/featured_products_block.feature
| @@ -23,7 +23,7 @@ Feature: featured_products_block | @@ -23,7 +23,7 @@ Feature: featured_products_block | ||
| 23 | | redemoinho | automobile | Moto | Very long description of and auto-mobile moto to be truncated | true | | 23 | | redemoinho | automobile | Moto | Very long description of and auto-mobile moto to be truncated | true | |
| 24 | And I am logged in as "eddievedder" | 24 | And I am logged in as "eddievedder" |
| 25 | 25 | ||
| 26 | - @selenium @fixme | 26 | + @selenium-fixme |
| 27 | Scenario: select a product to be featured | 27 | Scenario: select a product to be featured |
| 28 | And I follow "Manage my groups" | 28 | And I follow "Manage my groups" |
| 29 | And I follow "Control panel of this group" | 29 | And I follow "Control panel of this group" |
| @@ -35,7 +35,7 @@ Feature: featured_products_block | @@ -35,7 +35,7 @@ Feature: featured_products_block | ||
| 35 | And I should not see "float_to_currency" | 35 | And I should not see "float_to_currency" |
| 36 | And I should not see "product_path" | 36 | And I should not see "product_path" |
| 37 | 37 | ||
| 38 | - @selenium @fixme | 38 | + @selenium-fixme |
| 39 | Scenario: display block with long description | 39 | Scenario: display block with long description |
| 40 | Given I follow "Manage my groups" | 40 | Given I follow "Manage my groups" |
| 41 | And I follow "Control panel of this group" | 41 | And I follow "Control panel of this group" |
features/manage_inputs.feature
| @@ -90,7 +90,7 @@ Feature: manage inputs | @@ -90,7 +90,7 @@ Feature: manage inputs | ||
| 90 | And I follow "Inputs and raw material" | 90 | And I follow "Inputs and raw material" |
| 91 | Then I should see "Edit" within ".input-item" | 91 | Then I should see "Edit" within ".input-item" |
| 92 | 92 | ||
| 93 | - @selenium @fixme | 93 | + @selenium-fixme |
| 94 | Scenario: Order inputs by position | 94 | Scenario: Order inputs by position |
| 95 | Given the following product_categories | 95 | Given the following product_categories |
| 96 | | name | | 96 | | name | |
| @@ -237,7 +237,7 @@ Feature: manage inputs | @@ -237,7 +237,7 @@ Feature: manage inputs | ||
| 237 | Then I should see "Add the inputs or raw material used by this product" | 237 | Then I should see "Add the inputs or raw material used by this product" |
| 238 | And "Add some description to your product" should not be visible within "#show_product" | 238 | And "Add some description to your product" should not be visible within "#show_product" |
| 239 | 239 | ||
| 240 | - @selenium @fixme | 240 | + @selenium-fixme |
| 241 | Scenario: Order input list | 241 | Scenario: Order input list |
| 242 | Given the following product_category | 242 | Given the following product_category |
| 243 | | name | | 243 | | name | |
features/profile_domain.feature
| @@ -46,13 +46,13 @@ Feature: domain for profile | @@ -46,13 +46,13 @@ Feature: domain for profile | ||
| 46 | And I follow "joaosilva" | 46 | And I follow "joaosilva" |
| 47 | Then the page title should be "Joao Silva" | 47 | Then the page title should be "Joao Silva" |
| 48 | 48 | ||
| 49 | - @selenium @fixme | 49 | + @selenium-fixme |
| 50 | Scenario: access community by domain | 50 | Scenario: access community by domain |
| 51 | Given I go to the search communities page | 51 | Given I go to the search communities page |
| 52 | When I follow "Sample Community" within ".search-profile-item" | 52 | When I follow "Sample Community" within ".search-profile-item" |
| 53 | Then the page title should be "Sample Community" | 53 | Then the page title should be "Sample Community" |
| 54 | 54 | ||
| 55 | - @selenium @fixme | 55 | + @selenium-fixme |
| 56 | Scenario: Go to profile homepage after clicking on home button on not found page | 56 | Scenario: Go to profile homepage after clicking on home button on not found page |
| 57 | Given I am on sample-community's homepage | 57 | Given I am on sample-community's homepage |
| 58 | When I go to /something-that-does-not-exist | 58 | When I go to /something-that-does-not-exist |
features/send_email_to_environment_members.feature
| @@ -15,7 +15,7 @@ Feature: send emails to environment members users | @@ -15,7 +15,7 @@ Feature: send emails to environment members users | ||
| 15 | When I go to /admin/users/send_mail | 15 | When I go to /admin/users/send_mail |
| 16 | Then I should see "Access denied" | 16 | Then I should see "Access denied" |
| 17 | 17 | ||
| 18 | - @selenium @fixme | 18 | + @selenium-fixme |
| 19 | Scenario: Send e-mail to members | 19 | Scenario: Send e-mail to members |
| 20 | Given I am logged in as admin | 20 | Given I am logged in as admin |
| 21 | When I follow "Administration" | 21 | When I follow "Administration" |
| @@ -26,7 +26,7 @@ Feature: send emails to environment members users | @@ -26,7 +26,7 @@ Feature: send emails to environment members users | ||
| 26 | When I press "Send" | 26 | When I press "Send" |
| 27 | Then I should be on /admin/users | 27 | Then I should be on /admin/users |
| 28 | 28 | ||
| 29 | - @selenium @fixme | 29 | + @selenium-fixme |
| 30 | Scenario: Not send e-mail to members if subject is blank | 30 | Scenario: Not send e-mail to members if subject is blank |
| 31 | Given I am logged in as admin | 31 | Given I am logged in as admin |
| 32 | When I follow "Administration" | 32 | When I follow "Administration" |
features/suggest_article.feature
| @@ -22,7 +22,7 @@ Feature: suggest article | @@ -22,7 +22,7 @@ Feature: suggest article | ||
| 22 | And I should see "suggested the publication of the article" | 22 | And I should see "suggested the publication of the article" |
| 23 | Then I should see "Highlight this article" within ".task_box" | 23 | Then I should see "Highlight this article" within ".task_box" |
| 24 | 24 | ||
| 25 | - @selenium @fixme | 25 | + @selenium-fixme |
| 26 | Scenario: an article is suggested and the admin approve it | 26 | Scenario: an article is suggested and the admin approve it |
| 27 | Given I am on Sample Community's blog | 27 | Given I am on Sample Community's blog |
| 28 | And I follow "Suggest an article" | 28 | And I follow "Suggest an article" |