From a3d8a93f9e099f591d2bd8eceaac8a205bacb8be Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Tue, 23 Oct 2018 12:11:34 +0300
Subject: [PATCH] Issue #3008154: Update [Webform] module from ^8.5.0-rc21 to
 ^8.5.0-rc24

---
 drupal-org.make                                               | 2 +-
 .../varbase/step3-cleanup-tests/02-delete-arabic.feature      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drupal-org.make b/drupal-org.make
index 404c87fa..84cfe3cd 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -199,7 +199,7 @@ projects[revision_log_default][type] = module
 projects[revision_log_default][version] = 1.0
 
 projects[webform][type] = module
-projects[webform][version] = 5.0-rc23
+projects[webform][version] = 5.0-rc24
 
 projects[default_content][type] = module
 projects[default_content][version] = 1.0-alpha7
diff --git a/tests/features/varbase/step3-cleanup-tests/02-delete-arabic.feature b/tests/features/varbase/step3-cleanup-tests/02-delete-arabic.feature
index bf3f0219..320f4421 100644
--- a/tests/features/varbase/step3-cleanup-tests/02-delete-arabic.feature
+++ b/tests/features/varbase/step3-cleanup-tests/02-delete-arabic.feature
@@ -1,11 +1,11 @@
 Feature: Delete Arabic language from the system.
 
-  @cleanup @arabic @local
+  @javascript @cleanup @arabic @local
   Scenario: Delete Arabic language from the system.
     Given I am a logged in user with the "webmaster" user
      When I go to "/admin/config/regional/language/delete/ar"
       And I wait
      Then I should see "Are you sure you want to delete the language Arabic?"
      When I press "Delete"
-      And I wait 2m
+      And I wait 30s
      Then I should see "The Arabic (ar) language has been removed."
-- 
GitLab