Commit bd223e67 authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3278137 by Tasneem Natshah: Add the Dashboards with Layout Builder...

Issue #3278137 by Tasneem Natshah: Add the Dashboards with Layout Builder module and configure the default Cucumber Dashboards
parent 12872ada
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
    "drupal/gin_lb": "~1.0",
    "drupal/dashboards": "~2.0",
    "drupal/anonymous_redirect": "~2.0",
    "drupal/user_redirect": "~2.0",
    "drush/drush": "~10.0"
  },
  "conflict": {
+44 −0
Original line number Diff line number Diff line
login:
  authenticated:
    redirect_url: /dashboard/default_dashboard
    weight: '-10'
  developer:
    redirect_url: /dashboard/automated_testing_dashboard
    weight: '-10'
  tester:
    redirect_url: /dashboard/automated_testing_dashboard
    weight: '-10'
  analyst:
    redirect_url: /dashboard/automated_testing_dashboard
    weight: '-10'
  coordinator:
    redirect_url: /dashboard/management_dashboard
    weight: '-10'
  product_owner:
    redirect_url: /dashboard/management_dashboard
    weight: '-10'
  administrator:
    redirect_url: /dashboard/management_dashboard
    weight: '-10'
logout:
  authenticated:
    redirect_url: /user/login
    weight: '-10'
  developer:
    redirect_url: /user/login
    weight: '-10'
  tester:
    redirect_url: /user/login
    weight: '-10'
  analyst:
    redirect_url: /user/login
    weight: '-10'
  coordinator:
    redirect_url: /user/login
    weight: '-10'
  product_owner:
    redirect_url: /user/login
    weight: '-10'
  administrator:
    redirect_url: /user/login
    weight: '-10'
+1 −0
Original line number Diff line number Diff line
@@ -59,3 +59,4 @@ install:
  - dashboards_statistic
  - dashboards_views
  - anonymous_redirect
  - user_redirect
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ So that I know it is working

  Scenario: Check the cucumber site
    Given I go to "http://localhost:8080"
     Then I should see "Access denied"
     Then I should see "Log in"