diff --git a/features/delete_profile.feature b/features/delete_profile.feature index 806233f..c263473 100644 --- a/features/delete_profile.feature +++ b/features/delete_profile.feature @@ -13,7 +13,6 @@ Feature: delete profile | sample-community | Sample Community | And "Maria Silva" is a member of "Sample Community" - @selenium Scenario: deleting profile Given I am logged in as "joaosilva" And I am on joaosilva's control panel @@ -46,7 +45,6 @@ Feature: delete profile When I follow "Community Info and settings" Then I should see "Delete profile" - @selenium Scenario: community admin deletes the community Given "Joao Silva" is admin of "Sample Community" And I am logged in as "joaosilva" @@ -75,7 +73,6 @@ Feature: delete profile When I follow "Enterprise Info and settings" Then I should see "Delete profile" - @selenium Scenario: enterprise admin deletes the enterprise Given the following enterprise | identifier | name | @@ -101,7 +98,6 @@ Feature: delete profile And I go to /myprofile/sample-enterprise/profile_editor/destroy_profile Then I should see "Access denied" - @selenium Scenario: environment admin deletes profile Given I am logged in as admin And I am on joaosilva's control panel diff --git a/features/upload_files.feature b/features/upload_files.feature index ffc00f3..c2ba40a 100644 --- a/features/upload_files.feature +++ b/features/upload_files.feature @@ -8,7 +8,6 @@ Feature: upload files | joaosilva | Joao Silva | And I am logged in as "joaosilva" - @selenium Scenario: provile links to upload files to community's gallery Given the following communities | identifier | name | owner | @@ -16,12 +15,9 @@ Feature: upload files And the following galleries | owner | name | | sample-community | Gallery test | - And I go to sample-community's profile - And I follow "Profile" - And I follow "0 pictures" - And I should see "Upload files" + And I go to article "Gallery test" + Then I should see "Upload files" - @selenium Scenario: provile links to upload files to enterprise's gallery Given the following enterprises | identifier | name | owner | @@ -29,10 +25,8 @@ Feature: upload files And the following galleries | owner | name | | sample-enterprise | Gallery test | - And I go to sample-enterprise's profile - And I follow "Profile" - And I follow "0 pictures" - And I should see "Upload files" + And I go to article "Gallery test" + Then I should see "Upload files" Scenario: not provile links to upload files on blogs Given the following communities -- libgit2 0.21.2