From 3abb9fe8b859b485c786253314ce82b4ca512197 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 23 Dec 2021 21:14:30 +0200 Subject: [PATCH] Issue #3255633: Switch default Automated Functional Testing users creation to use drush user:create and drush user:role:add and use the default manual testing user names and emails --- ...-slider-to-entityqueue-using-entityqueue-form-widget.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/varbase/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature b/tests/features/varbase/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature index 6db868cf..e770fea2 100644 --- a/tests/features/varbase/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature +++ b/tests/features/varbase/05-content-management/05-03-add-hero-slider-to-entityqueue-using-entityqueue-form-widget.feature @@ -2,7 +2,7 @@ Feature: Content Management - Add hero slider to entity queue using entity queue As a logged in user with a permission to mange entity queues I want to be able to add and remove entities to any allowed entity queue. - @local @development @staging @production + @javascript @local @development @staging @production Scenario: Upload the Flag Earth file Given I am a logged in user with the "Site admin" user When I go to "/media/add/image" -- GitLab