Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Various test failures #49

@aik099

Description

@aik099

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions