diff --git a/drupal-org.make b/drupal-org.make index 404c87fa3f4933bf9a597087d1cc5f9f9d0e2376..84cfe3cdaafb987a91260335c08d3accb7b124e3 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 bf3f021904a5b9ab5cc0e1368084fedbdc0fcb4a..320f4421f109ad1dabe461ec48a8f75b9af5b892 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."