-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNT Keyboard test steps #263
MNT Keyboard test steps #263
Conversation
@@ -6,7 +6,6 @@ | |||
use InvalidArgumentException; | |||
use Behat\Behat\Context\Context; | |||
use Behat\Behat\Context\Environment\InitializedContextEnvironment; | |||
use Behat\Behat\Definition\Call; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated refactoring. We don't use this class in the code any more.
c37b2d5
to
f1337de
Compare
src/Context/BasicContext.php
Outdated
* | ||
* @When /^I press the "([^"]+)" key and confirm the dialog$/ | ||
*/ | ||
public function iPressTheKeyAndConfirmDialog(string $key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public function iPressTheKeyAndConfirmDialog(string $key) | |
public function iPressTheKeyAndConfirmTheDialog(string $key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
f1337de
to
71a78de
Compare
Description
Test steps that simulate user interaction with the application via the keyboard.
Parent issue