You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
I'm having following test suite failures (some were posted in dedicated tasks):
The text was updated successfully, but these errors were encountered: