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

No exception is thrown, when accessing missing elements #48

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

No exception is thrown, when accessing missing elements #48

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

Comments

@aik099
Copy link
Member

aik099 commented Jun 19, 2014

Recently in Mink a tests, that validate that exception is thrown during attempt to act (e.g. click) on an element, that isn't present on a page throw an exception.

It appears though, that some of them aren't passing currently:

2) Behat\Mink\Tests\Driver\Basic\ErrorHandlingTest::testCheckInvalidElement
Failed asserting that exception of type "Behat\Mink\Exception\DriverException" is thrown.

3) Behat\Mink\Tests\Driver\Basic\ErrorHandlingTest::testUncheckInvalidElement
Failed asserting that exception of type "Behat\Mink\Exception\DriverException" is thrown.

4) Behat\Mink\Tests\Driver\Basic\ErrorHandlingTest::testIsVisibleNotFoundElement
Failed asserting that exception of type "Behat\Mink\Exception\DriverException" is thrown.

5) Behat\Mink\Tests\Driver\Basic\ErrorHandlingTest::testFocusFoundElement
Failed asserting that exception of type "Behat\Mink\Exception\DriverException" is thrown.

6) Behat\Mink\Tests\Driver\Basic\ErrorHandlingTest::testBlurFoundElement
Failed asserting that exception of type "Behat\Mink\Exception\DriverException" is thrown.
@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