From df0268517a2c590e6646cd1f16491e1eb80b07ed Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 22 Mar 2020 19:01:14 +0200
Subject: [PATCH] Issue #3120794: Update [Drupal core] from 8.8.2 to 8.8.4 (
 ~8.8.0 )

---
 .travis.yml                                                   | 4 ++--
 .../02-user-management/02-06-role-assign.feature              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8234702c..5a5d2aa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
-dist: bionic
-
+dist: trusty
+  
 language: php
 cache:
   bundler: true
diff --git a/tests/features/varbase/step2-apply-tests/02-user-management/02-06-role-assign.feature b/tests/features/varbase/step2-apply-tests/02-user-management/02-06-role-assign.feature
index 4755ac56..d47705ad 100644
--- a/tests/features/varbase/step2-apply-tests/02-user-management/02-06-role-assign.feature
+++ b/tests/features/varbase/step2-apply-tests/02-user-management/02-06-role-assign.feature
@@ -6,7 +6,7 @@ So that only users with permission to assign roles may select which roles are av
   @javascript @check @local @development @staging @production
   Scenario: Check the Role Assign configuration
     Given I am a logged in user with the "webmaster" user
-     When I go to "/admin/config/people/roleassign"
+     When I go to "/admin/people/roleassign"
       And I wait
      Then I should see "Role assign"
       And the "Editor" checkbox should be checked
-- 
GitLab