Problem/Motivation

Tests are currently failing at HEAD for D10.0; however, they are passing for D9.5.

Oembed_providers.Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest
	✗	
Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest

exception: [Other] Line 0 of sites/default/files/simpletest/phpunit-1.xml:
PHPUnit Test failed to complete; Error: PHPUnit 9.5.28 by Sebastian Bergmann and contributors.

Testing Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest
E                                                                   1 / 1 (100%)

Time: 00:14.585, Memory: 4.00 MB

There was 1 error:

1) Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest::testCustomProviderForm
WebDriver\Exception\ElementNotInteractable: element not interactable
  (Session info: headless chrome=106.0.5249.103)
  (Driver info: chromedriver=106.0.5249.61 (511755355844955cd3e264779baf0dd38212a4d0-refs/branch-heads/5249@{#569}),platform=Linux 4.9.0-0.bpo.6-amd64 x86_64)

/var/www/html/vendor/instaclick/php-webdriver/lib/WebDriver/Exception.php:198
/var/www/html/vendor/instaclick/php-webdriver/lib/WebDriver/AbstractWebDriver.php:167
/var/www/html/vendor/instaclick/php-webdriver/lib/WebDriver/AbstractWebDriver.php:234
/var/www/html/vendor/instaclick/php-webdriver/lib/WebDriver/Container.php:241
/var/www/html/vendor/behat/mink-selenium2-driver/src/Selenium2Driver.php:692
/var/www/html/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php:166
/var/www/html/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php:200
/var/www/html/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php:177
/var/www/html/vendor/behat/mink/src/Element/NodeElement.php:105
/var/www/html/modules/contrib/oembed_providers/tests/src/FunctionalJavascript/CustomProvidersUiTest.php:81
/var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:728

ERRORS!
Tests: 1, Assertions: 8, Errors: 1.

HTML output was generated
http://php-apache-jenkins-drupal-contrib-685071/subdirectory/sites/simpletest/browser_output/Drupal_Tests_oembed_providers_FunctionalJavascript_CustomProvidersUiTest-1-62596422.html
http://php-apache-jenkins-drupal-contrib-685071/subdirectory/sites/simpletest/browser_output/Drupal_Tests_oembed_providers_FunctionalJavascript_CustomProvidersUiTest-2-62596422.html
http://php-apache-jenkins-drupal-contrib-685071/subdirectory/sites/simpletest/browser_output/Drupal_Tests_oembed_providers_FunctionalJavascript_CustomProvidersUiTest-3-62596422.html
http://php-apache-jenkins-drupal-contrib-685071/subdirectory/sites/simpletest/browser_output/Drupal_Tests_oembed_providers_FunctionalJavascript_CustomProvidersUiTest-4-62596422.html

	✗	
Unknown

fail: [run-tests.sh check] Line 0 of :
FATAL Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest: test runner returned a non-zero error code (2).

Proposed resolution

Fix D10 tests.

Remaining tasks

  • Open MR
  • Passing tests

User interface changes

None.

API changes

None.

Data model changes

None.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Chris Burge created an issue. See original summary.

chris burge’s picture

Update: Tests are passing on D10.0 and are failing on D10.1.

  • Chris Burge committed 36412558 on 2.x
    Issue #3357238 by Chris Burge: Tests Failing at HEAD for D10
    
chris burge’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.