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