diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/project/forked_merge_requests.feature | 9 | ||||
-rw-r--r-- | features/project/issues/issues.feature | 17 |
2 files changed, 0 insertions, 26 deletions
diff --git a/features/project/forked_merge_requests.feature b/features/project/forked_merge_requests.feature index 2c6c1ef574c..966905645a2 100644 --- a/features/project/forked_merge_requests.feature +++ b/features/project/forked_merge_requests.feature @@ -4,15 +4,6 @@ Feature: Project Forked Merge Requests And I am a member of project "Shop" And I have a project forked off of "Shop" called "Forked Shop" - # TODO: fix - #@javascript - #Scenario: I can visit the target projects commit for a forked merge request - #Given I visit project "Forked Shop" merge requests page - #And I click link "New Merge Request" - #And I fill out a "Merge Request On Forked Project" merge request - #And I follow the target commit link - #Then I should see the commit under the forked from project - @javascript Scenario: I submit new unassigned merge request to a forked project Given I visit project "Forked Shop" merge requests page diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index d6ef384c9a6..022188f8250 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -54,20 +54,3 @@ Feature: Project Issues And I fill in issue search with "0.3" Then I should see "Release 0.3" in issues And I should not see "Release 0.4" in issues - - # Disable this two cause of random failing - # TODO: fix after v4.0 released - #@javascript - #Scenario: I create Issue with pre-selected milestone - #Given project "Shop" has milestone "v2.2" - #And project "Shop" has milestone "v3.0" - #And I visit project "Shop" issues page - #When I select milestone "v3.0" - #And I click link "New Issue" - #Then I should see selected milestone with title "v3.0" - - #@javascript - #Scenario: I create Issue with pre-selected assignee - #When I select first assignee from "Shop" project - #And I click link "New Issue" - #Then I should see first assignee from "Shop" as selected assignee |