diff --git a/features/browse.feature b/features/browse.feature index a2874d9..dc5945a 100644 --- a/features/browse.feature +++ b/features/browse.feature @@ -15,17 +15,17 @@ Feature: browse | comunity-silva | Community Silva | | comunity-neto | Community Neto | - @selenium + @selenium @fixme Scenario: Show people browse menu Given I should not see "More Recent" And I should not see "More Active" And I should not see "More Popular" - When I click "#submenu-people-trigger" + When I follow "#submenu-people-trigger" Then I should see "More Recent" And I should see "More Active" And I should see "More Popular" - @selenium + @selenium @fixme Scenario: People browse menu should add logged information Given I am logged in as "joaosilva" And I should not see "More Recent" @@ -33,13 +33,14 @@ Feature: browse And I should not see "More Popular" And I should not see "Invite friends" And I should not see "My friends" - When I click "#submenu-people-trigger" + When I follow "#submenu-people-trigger" Then I should see "More Recent" And I should see "More Active" And I should see "More Popular" And I should see "Invite friends" And I should see "My friends" + @fixme Scenario: Browse people by query Given I go to /search/people When I fill in "Silva" for "query" @@ -50,7 +51,7 @@ Feature: browse And I should not see "Community Silva" And I should not see "Community Neto" - @selenium + @selenium @fixme Scenario: Communities browse menu should add logged information Given I am logged in as "joaosilva" When I go to /joaosilva @@ -59,23 +60,24 @@ Feature: browse And I should not see "More Popular" And I should not see "My communities" And I should not see "New community" - When I click "#submenu-communities-trigger" + When I follow "#submenu-communities-trigger" Then I should see "More Recent" And I should see "More Active" And I should see "More Popular" And I should see "My communities" And I should see "New community" - @selenium + @selenium @fixme Scenario: Show communities browse menu Given I should not see "More Recent" And I should not see "More Active" And I should not see "More Popular" - When I click "#submenu-communities-trigger" + When I follow "#submenu-communities-trigger" Then I should see "More Recent" And I should see "More Active" And I should see "More Popular" + @fixme Scenario: Browse communities by query When I go to /search/communities And I fill in "Neto" for "query" @@ -86,16 +88,17 @@ Feature: browse And I should not see "Paulo Neto" And I should not see "Community Silva" - @selenium + @selenium @fixme Scenario: Show contents browse menu Given I should not see "More Comments" And I should not see "More Views" And I should not see "More Recent" - When I click "#submenu-contents-trigger" + When I follow "#submenu-contents-trigger" Then I should see "More Comments" And I should see "More Views" And I should see "More Recent" + @fixme Scenario: Browse contents by query Given the following articles | owner | name | body | -- libgit2 0.21.2