From 00778a30425e655b38e27125d6916a227a65db5a Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 5 Mar 2013 02:36:26 -0300 Subject: [PATCH] Added profile @elenium-fixme on tests --- features/approve_article.feature | 4 ++-- features/balloon.feature | 6 +++--- features/browse.feature | 10 +++++----- features/browse_catalogs.feature | 20 ++++++++++---------- features/browse_enterprises.feature | 4 ++-- features/clickable_images.feature | 4 ++-- features/comment.feature | 14 +++++++------- features/comment_reply.feature | 8 ++++---- features/edit_article.feature | 6 +++--- features/edit_block_of_links.feature | 2 +- features/environment_name.feature | 2 +- features/events.feature | 2 +- features/featured_products_block.feature | 4 ++-- features/manage_inputs.feature | 4 ++-- features/profile_domain.feature | 4 ++-- features/send_email_to_environment_members.feature | 4 ++-- features/suggest_article.feature | 2 +- 17 files changed, 50 insertions(+), 50 deletions(-) diff --git a/features/approve_article.feature b/features/approve_article.feature index 431b033..129a4bb 100644 --- a/features/approve_article.feature +++ b/features/approve_article.feature @@ -19,7 +19,7 @@ Feature: approve article And "Maria Silva" is a member of "Sample Community" And "Joao Silva" is admin of "Sample Community" - @selenium @fixme + @selenium-fixme Scenario: edit an article before approval Given I am logged in as "mariasilva" And I am on Maria Silva's homepage @@ -53,7 +53,7 @@ Feature: approve article When I go to Sample Community's sitemap Then I should not see "Sample Article" - @selenium @fixme + @selenium-fixme Scenario: reject an article that was removed Given I am logged in as "mariasilva" And I follow "Dub Wars" diff --git a/features/balloon.feature b/features/balloon.feature index 884671e..d71e3a1 100644 --- a/features/balloon.feature +++ b/features/balloon.feature @@ -24,7 +24,7 @@ Feature: balloon When I go to the homepage Then I should not see "Friends" - @selenium @fixme + @selenium-fixme Scenario: I should see balloon when clicked on people block trigger Given the following blocks | owner | type | @@ -34,7 +34,7 @@ Feature: balloon And I follow "Profile links" Then I should see "Friends" - @selenium @fixme + @selenium-fixme Scenario: I should see balloon when clicked on community block trigger Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment When I go to /search/communities @@ -53,7 +53,7 @@ Feature: balloon When I go to /assets/communities Then I should not see "Members" - @selenium @fixme + @selenium-fixme Scenario: I should see balloon when clicked on page trigger Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment When I go to /assets/communities diff --git a/features/browse.feature b/features/browse.feature index dc5945a..877d9e2 100644 --- a/features/browse.feature +++ b/features/browse.feature @@ -15,7 +15,7 @@ Feature: browse | comunity-silva | Community Silva | | comunity-neto | Community Neto | - @selenium @fixme + @selenium-fixme Scenario: Show people browse menu Given I should not see "More Recent" And I should not see "More Active" @@ -25,7 +25,7 @@ Feature: browse And I should see "More Active" And I should see "More Popular" - @selenium @fixme + @selenium-fixme Scenario: People browse menu should add logged information Given I am logged in as "joaosilva" And I should not see "More Recent" @@ -51,7 +51,7 @@ Feature: browse And I should not see "Community Silva" And I should not see "Community Neto" - @selenium @fixme + @selenium-fixme Scenario: Communities browse menu should add logged information Given I am logged in as "joaosilva" When I go to /joaosilva @@ -67,7 +67,7 @@ Feature: browse And I should see "My communities" And I should see "New community" - @selenium @fixme + @selenium-fixme Scenario: Show communities browse menu Given I should not see "More Recent" And I should not see "More Active" @@ -88,7 +88,7 @@ Feature: browse And I should not see "Paulo Neto" And I should not see "Community Silva" - @selenium @fixme + @selenium-fixme Scenario: Show contents browse menu Given I should not see "More Comments" And I should not see "More Views" diff --git a/features/browse_catalogs.feature b/features/browse_catalogs.feature index e958114..5b0378b 100644 --- a/features/browse_catalogs.feature +++ b/features/browse_catalogs.feature @@ -132,7 +132,7 @@ Feature: browse catalogs And I should not see "qualifiers" And I should not see "price composition" - @selenium @fixme + @selenium-fixme Scenario: display description button when needed (but not the description) Given the following products | owner | category | name | price | description | @@ -146,7 +146,7 @@ Feature: browse catalogs And I should see "A small description" within "#product-description" And "A small description for a product that doesn't exist" should not be visible within "product-description" - @selenium @fixme + @selenium-fixme Scenario: display description when button is clicked Given the following products | owner | category | name | price | description | @@ -157,7 +157,7 @@ Feature: browse catalogs Then I should see "A small description" within "#product-description" And "A small description for a product that doesn't exist" should not be visible within "product-description" - @selenium @fixme + @selenium-fixme Scenario: hide description Given the following products | owner | category | name | price | description | @@ -198,7 +198,7 @@ Feature: browse catalogs And I should see "Organic" within "span.search-product-qualifier" And I should not see "price composition" - @selenium @fixme + @selenium-fixme Scenario: not display price composition button if price is not described Given the following product | owner | category | name | price | @@ -212,7 +212,7 @@ Feature: browse catalogs And I should see "10.00" within "span.product-price" And the "#product-price-composition-button" should not be visible - @selenium @fixme + @selenium-fixme Scenario: display price composition button (but not inputs) Given the following product | owner | category | name | price | @@ -229,7 +229,7 @@ Feature: browse catalogs And I should see "food" within "#product-price-composition" And I should see "10.00" within "#product-price-composition" - @selenium @fixme + @selenium-fixme Scenario: display price composition when button is clicked Given the following product | owner | category | name | price | @@ -244,7 +244,7 @@ Feature: browse catalogs And I should see "food" within "#product-price-composition" And I should see "10.88" within "#product-price-composition" - @selenium @fixme + @selenium-fixme Scenario: display inputs and raw materials button when not completely filled Given the following product | owner | category | name | price | @@ -260,7 +260,7 @@ Feature: browse catalogs Then the "#inputs-button" should be visible And I should see "inputs and raw materials" within "#inputs-button" - @selenium @fixme + @selenium-fixme Scenario: display inputs and raw materials button Given the following product | owner | category | name | price | @@ -280,7 +280,7 @@ Feature: browse catalogs And the "#inputs-description" should not be visible And I should see "7.0 Liter of food" within "#inputs-description" - @selenium @fixme + @selenium-fixme Scenario: display inputs and raw materials description Given the following product | owner | category | name | price | @@ -297,7 +297,7 @@ Feature: browse catalogs Then the "#inputs-description" should be visible And I should see "7.0 Liter of food" within "#inputs-description" - @selenium @fixme + @selenium-fixme Scenario: hide inputs and raw materials Given the following product | owner | category | name | price | diff --git a/features/browse_enterprises.feature b/features/browse_enterprises.feature index aeb18ae..59e6d59 100644 --- a/features/browse_enterprises.feature +++ b/features/browse_enterprises.feature @@ -24,7 +24,7 @@ Scenario: show profile links button And I should not see "Members" And I should not see "Agenda" -@selenium @fixme +@selenium-fixme Scenario: show profile links when clicked Given I am on /assets/enterprises When I follow "Profile links" @@ -32,7 +32,7 @@ Scenario: show profile links when clicked And I should see "Members" within "ul.menu-submenu-list" And I should see "Agenda" within "ul.menu-submenu-list" -@selenium @fixme +@selenium-fixme Scenario: go to catalog when click on products link Given I am on /assets/enterprises When I follow "Profile links" diff --git a/features/clickable_images.feature b/features/clickable_images.feature index b6a4cd4..356adcd 100644 --- a/features/clickable_images.feature +++ b/features/clickable_images.feature @@ -32,7 +32,7 @@ Feature: clickable images When I go to /booking/not-set Then "Zoom in" should not be visible within "a#zoomify-image" - @selenium @fixme + @selenium-fixme Scenario: copy style from image Given the following article with image | owner | name | image | style | dimensions | @@ -40,7 +40,7 @@ Feature: clickable images When I go to /booking/with-style Then "zoomable-image" should be right aligned - @selenium @fixme + @selenium-fixme Scenario: zoom image Given the following article with image | owner | name | image | dimensions | diff --git a/features/comment.feature b/features/comment.feature index 59f641d..dbeaf27 100644 --- a/features/comment.feature +++ b/features/comment.feature @@ -24,7 +24,7 @@ Feature: comment When I press "Post comment" Then I should not see "Hey ho, let's go" - @selenium @fixme + @selenium-fixme Scenario: post a comment while not authenticated Given I am on /booking/article-to-comment And I fill in "Name" with "Joey Ramone" @@ -34,7 +34,7 @@ Feature: comment When I press "Post comment" Then I should see "Hey ho, let's go" - @selenium @fixme + @selenium-fixme Scenario: post comment while authenticated Given I am logged in as "booking" And I am on /booking/article-to-comment @@ -43,7 +43,7 @@ Feature: comment When I press "Post comment" Then I should see "Hey ho, let's go" - @selenium @fixme + @selenium-fixme Scenario: redirect to right place after comment a picture Given the following files | owner | file | mime | @@ -55,7 +55,7 @@ Feature: comment When I press "Post comment" Then I should be exactly on /booking/rails.png?view=true - @selenium @fixme + @selenium-fixme Scenario: show error messages when make a blank comment Given I am logged in as "booking" And I am on /booking/article-to-comment @@ -63,7 +63,7 @@ Feature: comment Then I should see "Title can't be blank" And I should see "Body can't be blank" - @selenium @fixme + @selenium-fixme Scenario: disable post comment button Given I am on /booking/article-to-comment And I fill in "Name" with "Joey Ramone" @@ -74,7 +74,7 @@ Feature: comment Then the "value.Post comment" button should not be enabled And I should see "Hey ho, let's go" - @selenium @fixme + @selenium-fixme Scenario: render comment form and go to bottom Given I am on /booking/article-with-comment When I follow "Post a comment" within ".post-comment-button" @@ -82,7 +82,7 @@ Feature: comment And I should be exactly on /booking/article-with-comment And I should be moved to anchor "comment_form" - @selenium @fixme + @selenium-fixme Scenario: keep comments field filled while trying to do a comment Given I am on /booking/article-with-comment And I fill in "Name" with "Joey Ramone" diff --git a/features/comment_reply.feature b/features/comment_reply.feature index 8f6c706..06c153b 100644 --- a/features/comment_reply.feature +++ b/features/comment_reply.feature @@ -25,7 +25,7 @@ Feature: comment Then I should not see "Enter your comment" within "div.comment-balloon" And I should see "Reply" within "div.comment-balloon" - @selenium @fixme + @selenium-fixme Scenario: show error messages when make a blank comment reply Given I am logged in as "booking" And I go to /booking/article-to-comment @@ -53,7 +53,7 @@ Feature: comment And I follow "Cancel" within ".comment-balloon" Then I should see "Enter your comment" within "div.comment_reply.closed" - @selenium @fixme + @selenium-fixme Scenario: not render same reply form twice Given I am on /booking/article-to-comment When I follow "Reply" within ".comment-balloon" @@ -62,7 +62,7 @@ Feature: comment Then there should be 1 "comment_form" within "comment_reply" And I should see "Enter your comment" within "div.comment_reply.opened" - @selenium @fixme + @selenium-fixme Scenario: reply a comment Given I go to /booking/another-article And I follow "Reply" within ".comment-balloon" @@ -74,7 +74,7 @@ Feature: comment Then I should see "Hey ho, let's go" within "ul.comment-replies" And there should be 1 "comment-replies" within "article-comment" - @selenium @fixme + @selenium-fixme Scenario: redirect to right place after reply a picture comment Given the following files | owner | file | mime | diff --git a/features/edit_article.feature b/features/edit_article.feature index 7dd84ab..88a29b5 100644 --- a/features/edit_article.feature +++ b/features/edit_article.feature @@ -94,7 +94,7 @@ Feature: edit article And I follow "Cancel" Then I should be on /joaosilva/save-the-whales - @selenium @fixme + @selenium-fixme Scenario: create an article inside a folder Given I am on joaosilva's control panel When I follow "Manage Content" @@ -110,7 +110,7 @@ Feature: edit article Then I should see "My Article" And I should be on /joaosilva/my-folder/my-article - @selenium @fixme + @selenium-fixme Scenario: cancel button back to folder after giving up creating Given I am on joaosilva's control panel When I follow "Manage Content" @@ -160,7 +160,7 @@ Feature: edit article Then I should be on /joaosilva/mi-neuvo-articulo And I should see "Translations" - @selenium @fixme + @selenium-fixme Scenario: not add a translation without a language Given the following articles | owner | name | language | diff --git a/features/edit_block_of_links.feature b/features/edit_block_of_links.feature index 8f91d99..26789b1 100644 --- a/features/edit_block_of_links.feature +++ b/features/edit_block_of_links.feature @@ -12,7 +12,7 @@ Feature: edit_block_of_links | eddievedder | LinkListBlock | And I am logged in as "eddievedder" - @selenium @fixme + @selenium-fixme Scenario: show the icon selector Given I follow "Edit sideboxes" And I follow "Edit" within ".link-list-block" diff --git a/features/environment_name.feature b/features/environment_name.feature index 30550c8..6cf770d 100644 --- a/features/environment_name.feature +++ b/features/environment_name.feature @@ -3,7 +3,7 @@ Feature: setting environment name I want to change the name of the environment So that it appears in the window's title bar - @fixme + @selenium-fixme Scenario: setting environment name through administration panel Given I am logged in as admin When I follow "Administration" diff --git a/features/events.feature b/features/events.feature index 8d65f3d..cf0e95e 100644 --- a/features/events.feature +++ b/features/events.feature @@ -213,7 +213,7 @@ Feature: events And I am on josesilva's Event creation Then I should see "Lead" - @selenium @fixme + @selenium-fixme Scenario: events lead should be shown on blogs with short format Given I am logged in as "josesilva" And I am on josesilva's control panel diff --git a/features/featured_products_block.feature b/features/featured_products_block.feature index 991afb9..cddcbab 100644 --- a/features/featured_products_block.feature +++ b/features/featured_products_block.feature @@ -23,7 +23,7 @@ Feature: featured_products_block | redemoinho | automobile | Moto | Very long description of and auto-mobile moto to be truncated | true | And I am logged in as "eddievedder" - @selenium @fixme + @selenium-fixme Scenario: select a product to be featured And I follow "Manage my groups" And I follow "Control panel of this group" @@ -35,7 +35,7 @@ Feature: featured_products_block And I should not see "float_to_currency" And I should not see "product_path" - @selenium @fixme + @selenium-fixme Scenario: display block with long description Given I follow "Manage my groups" And I follow "Control panel of this group" diff --git a/features/manage_inputs.feature b/features/manage_inputs.feature index 33bbe56..9c4d5ea 100644 --- a/features/manage_inputs.feature +++ b/features/manage_inputs.feature @@ -90,7 +90,7 @@ Feature: manage inputs And I follow "Inputs and raw material" Then I should see "Edit" within ".input-item" - @selenium @fixme + @selenium-fixme Scenario: Order inputs by position Given the following product_categories | name | @@ -237,7 +237,7 @@ Feature: manage inputs Then I should see "Add the inputs or raw material used by this product" And "Add some description to your product" should not be visible within "#show_product" - @selenium @fixme + @selenium-fixme Scenario: Order input list Given the following product_category | name | diff --git a/features/profile_domain.feature b/features/profile_domain.feature index 0aab779..be7ac5a 100644 --- a/features/profile_domain.feature +++ b/features/profile_domain.feature @@ -46,13 +46,13 @@ Feature: domain for profile And I follow "joaosilva" Then the page title should be "Joao Silva" - @selenium @fixme + @selenium-fixme Scenario: access community by domain Given I go to the search communities page When I follow "Sample Community" within ".search-profile-item" Then the page title should be "Sample Community" - @selenium @fixme + @selenium-fixme Scenario: Go to profile homepage after clicking on home button on not found page Given I am on sample-community's homepage When I go to /something-that-does-not-exist diff --git a/features/send_email_to_environment_members.feature b/features/send_email_to_environment_members.feature index 4c647fb..f1dc3bd 100644 --- a/features/send_email_to_environment_members.feature +++ b/features/send_email_to_environment_members.feature @@ -15,7 +15,7 @@ Feature: send emails to environment members users When I go to /admin/users/send_mail Then I should see "Access denied" - @selenium @fixme + @selenium-fixme Scenario: Send e-mail to members Given I am logged in as admin When I follow "Administration" @@ -26,7 +26,7 @@ Feature: send emails to environment members users When I press "Send" Then I should be on /admin/users - @selenium @fixme + @selenium-fixme Scenario: Not send e-mail to members if subject is blank Given I am logged in as admin When I follow "Administration" diff --git a/features/suggest_article.feature b/features/suggest_article.feature index a117baa..dc0f5ac 100644 --- a/features/suggest_article.feature +++ b/features/suggest_article.feature @@ -22,7 +22,7 @@ Feature: suggest article And I should see "suggested the publication of the article" Then I should see "Highlight this article" within ".task_box" - @selenium @fixme + @selenium-fixme Scenario: an article is suggested and the admin approve it Given I am on Sample Community's blog And I follow "Suggest an article" -- libgit2 0.21.2