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

Various test failures #49

Open
aik099 opened this issue Jun 19, 2014 · 0 comments
Open

Various test failures #49

aik099 opened this issue Jun 19, 2014 · 0 comments
Labels

Comments

@aik099
Copy link
Member

aik099 commented Jun 19, 2014

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
@aik099 aik099 added the bug label Jun 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant