Unverified Commit 64d97d8e authored by ronaldtebrake's avatar ronaldtebrake Committed by GitHub
Browse files

Merge pull request #1057 from foxtrotcharlie/remove-hero-from-group-leave-3005537

Issue #3005537 by Kingdutch: Remove hero from "leave group" page
parents 0f528f9d 2ac10711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ settings:
visibility:
  request_path:
    id: request_path
    pages: "/group/*/stream\r\n/group/*/about\r\n/group/*/events\r\n/group/*/topics\r\n/group/*/members\r\n/group/*/membership\r\n/group/*/leave\r\n/group/*/content/*"
    pages: "/group/*/stream\r\n/group/*/about\r\n/group/*/events\r\n/group/*/topics\r\n/group/*/members\r\n/group/*/membership\r\n/group/*/content/*"
    negate: false
    context_mapping: {  }
+0 −1
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ Feature: Create Closed Group
    And I click the element with css selector "#hero .dropdown-toggle"
    And I should see the link "Leave group"
    And I click "Leave group"
    And I should see "Test closed group 2" in the "Hero block"
    And I should see "This action cannot be undone."
    And I should see the button "Cancel"
    And I should see the button "Leave group"
+0 −1
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@ Feature: Create Open Group
    And I click the element with css selector "#hero .dropdown-toggle"
    And I should see the link "Leave group"
    And I click "Leave group"
    And I should see "Test open group" in the "Hero block"
    And I should see "This action cannot be undone."
    And I should see the button "Cancel"
    And I should see the button "Leave group"
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ Feature: Create Public Group
    And I click the element with css selector "#hero .dropdown-toggle"
    And I should see the link "Leave group"
    And I click "Leave group"
    And I should see "Test public group" in the "Hero block"
    And I should see "This action cannot be undone."
    And I should see the button "Cancel"
    And I should see the button "Leave group"