Change the pipline service from with-chrome to with-selenium-chrome

Created on 27 January 2025, 2 months ago

Problem/Motivation

After 🐛 Functional Javascript test false postive and missing browser output Active got fixed the test-only tests were still failing. I've had a MR for 📌 Update to jQuery 1.14.1 and use the newly added option for dialog modal headings Active I initially ran into the skipped tests problem with. After rebasing to the latest changes in 11.x i got failing test-only tests, but the fail was not about the tests but about (see https://git.drupalcode.org/issue/drupal-3485202/-/jobs/4151589):

Caused by
WebDriver\Exception\CurlExec: Could not resolve host: selenium

Steps to reproduce

Proposed resolution

Per suggestion of @catch on Slack i've tried changing with-chrome to with-selenium-chrome in the pipeline definitions in the gitlab-ci pipeline.yml. I've tested it in the aforementioned MR. The job failed as well https://git.drupalcode.org/issue/drupal-3485202/-/jobs/4155477 but this time due to the actual test:

$dialog_title = $link1_dialog_div->find('css', "h1.ui-dialog-title:contains('AJAX Dialog & contents')");
$this->assertNotNull($dialog_title);

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

📌 Task
Status

Active

Version

11.0 🔥

Component

phpunit

Created by

🇩🇪Germany rkoller Nürnberg, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024