This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Various test failures #49
Copy link
Copy link
Open
Labels
Description
I'm having following test suite failures (some were posted in dedicated tasks):
1) Behat\Mink\Tests\Driver\Custom\ExtraTest::testIssue32
xpath with line ending works
Failed asserting that null is not null.
.../tests/Custom/ExtraTest.php:20
7) Behat\Mink\Tests\Driver\Form\Html5Test::testHtml5FormRadioAttribute
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'invalid'
+'f'
.../vendor/behat/mink/driver-testsuite/tests/Form/Html5Test.php:45
8) Behat\Mink\Tests\Driver\Form\RadioTest::testSameNameInMultipleForms
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'test3'
+'test2'
.../vendor/behat/mink/driver-testsuite/tests/Form/RadioTest.php:69
9 Behat\Mink\Tests\Driver\Form\SelectTest::testSetValueSingleSelect
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'10'
+'20'
.../vendor/behat/mink/driver-testsuite/tests/Form/SelectTest.php:92
10) Behat\Mink\Tests\Driver\Form\SelectTest::testSetValueMultiSelect
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => '1'
- 1 => '2'
+ 0 => '2'
+ 1 => '3'
)
.../vendor/behat/mink/driver-testsuite/tests/Form/SelectTest.php:102