Skip to content

Conversation

@oleg-andreyev
Copy link
Contributor

@oleg-andreyev oleg-andreyev force-pushed the improving-on-focus-test branch from c852278 to 6ceaeea Compare January 8, 2019 23:31
- added test on anchor element
@oleg-andreyev oleg-andreyev force-pushed the improving-on-focus-test branch from 6ceaeea to faf2152 Compare January 8, 2019 23:51
$this->assertEquals('focused', $focusBlurDetector->getValue());

$focusableAnchor = $this->getAssertSession()->elementExists('css', '.elements a#focusable');
$this->assertEquals('no action detected', $focusableAnchor->getText());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be added as a separate tests. We want granular tests in that testsuite to make it easier to skip them when needed for unsupported things in each driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants