Skip to content
Snippets Groups Projects
Verified Commit 9490eb3e authored by Dave Long's avatar Dave Long
Browse files

Issue #3458751 by alexpott: Drupal 10.3.x regression running JS tests using...

Issue #3458751 by alexpott: Drupal 10.3.x regression running JS tests using ddev - update lullabot/php-webdriver
parent 11c4be53
No related branches found
Tags 11-69241
23 merge requests!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!9470[10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter,!8736Update the Documention As per the Function uses.,!8528Issue #3456871 by Tim Bozeman: Support NULL services,!8513Issue #3453786: DefaultSelection should document why values for target_bundles NULL and [] behave as they do,!8126Added escape fucntionality on admintoolbar close icon,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3742Issue #3328429: Create item list field formatter for displaying ordered and unordered lists,!3731Claro: role=button on status report items,!3651Issue #3347736: Create new SDC component for Olivero (header-search),!3355Issue #3209129: Scrolling problems when adding a block via layout builder,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2812Issue #3312049: [Followup] Fix Drupal.Commenting.FunctionComment.MissingReturnType returns for NULL,!2378Issue #2875033: Optimize joins and table selection in SQL entity query implementation,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!877Issue #2708101: Default value for link text is not saved,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493
Pipeline #216580 canceled
Pipeline: drupal

#216585

    ......@@ -4,7 +4,7 @@
    "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
    "This file is @generated automatically"
    ],
    "content-hash": "edcc3c2da2dff9b1f2bef404a7af8cc0",
    "content-hash": "ad0467b38272e8c39c7fe422d212e1df",
    "packages": [
    {
    "name": "asm89/stack-cors",
    ......@@ -5491,20 +5491,21 @@
    },
    {
    "name": "lullabot/php-webdriver",
    "version": "v2.0.3",
    "version": "v2.0.4",
    "source": {
    "type": "git",
    "url": "https://github.com/Lullabot/php-webdriver.git",
    "reference": "ca66013201d8b0ef634ee5d1685fc7bb95c88d89"
    "reference": "55fb15bd92663c3f90f42b2c79ca3ee11f2d7925"
    },
    "dist": {
    "type": "zip",
    "url": "https://api.github.com/repos/Lullabot/php-webdriver/zipball/ca66013201d8b0ef634ee5d1685fc7bb95c88d89",
    "reference": "ca66013201d8b0ef634ee5d1685fc7bb95c88d89",
    "url": "https://api.github.com/repos/Lullabot/php-webdriver/zipball/55fb15bd92663c3f90f42b2c79ca3ee11f2d7925",
    "reference": "55fb15bd92663c3f90f42b2c79ca3ee11f2d7925",
    "shasum": ""
    },
    "require": {
    "ext-curl": "*"
    "ext-curl": "*",
    "php": ">=8.0.0"
    },
    "replace": {
    "instaclick/php-webdriver": "1.4.16"
    ......@@ -5531,9 +5532,9 @@
    "webtest"
    ],
    "support": {
    "source": "https://github.com/Lullabot/php-webdriver/tree/v2.0.3"
    "source": "https://github.com/Lullabot/php-webdriver/tree/v2.0.4"
    },
    "time": "2024-02-20T16:25:25+00:00"
    "time": "2024-07-04T09:19:59+00:00"
    },
    {
    "name": "mglaman/phpstan-drupal",
    ......@@ -9332,5 +9333,5 @@
    "platform-overrides": {
    "php": "8.3.0"
    },
    "plugin-api-version": "2.3.0"
    "plugin-api-version": "2.6.0"
    }
    ......@@ -14,7 +14,7 @@
    "drupal/coder": "^8.3.10",
    "justinrainbow/json-schema": "^5.2",
    "lullabot/mink-selenium2-driver": "^1.7",
    "lullabot/php-webdriver": "^2.0.3",
    "lullabot/php-webdriver": "^2.0.4",
    "mglaman/phpstan-drupal": "^1.2.10",
    "micheh/phpcs-gitlab": "^1.1",
    "mikey179/vfsstream": "^1.6.11",
    ......
    ......@@ -24,7 +24,7 @@
    "google/protobuf": "v3.25.3",
    "justinrainbow/json-schema": "v5.2.13",
    "lullabot/mink-selenium2-driver": "v1.7.2",
    "lullabot/php-webdriver": "v2.0.3",
    "lullabot/php-webdriver": "v2.0.4",
    "mglaman/phpstan-drupal": "1.2.11",
    "micheh/phpcs-gitlab": "1.1.0",
    "mikey179/vfsstream": "v1.6.11",
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment