Differences Between: [Versions 310 and 311] [Versions 311 and 402] [Versions 311 and 403]
Atto custom steps definitions.
Copyright: | 2014 Damyon Wiese |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 108 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 2 files lib/behat/classes/settable_editor.php lib/behat/behat_base.php |
behat_editor_atto:: (3 methods):
set_editor_value()
select_the_text_in_the_atto_editor()
set_default_editor_flag()
Class: behat_editor_atto - X-Ref
Steps definitions to deal with the atto text editorset_editor_value(string $editorid, string $value) X-Ref |
Set the value for the editor. param: string $editorid param: string $value |
select_the_text_in_the_atto_editor($fieldlocator) X-Ref |
Select the text in an Atto field. param: string $field return: void |
set_default_editor_flag(BeforeScenarioScope $scope) X-Ref |
Ensure that the Atto editor is used for all tests using the editor_atto, or atto_* tags. This ensures, whatever the default editor, that the Atto editor is used for these tests. param: BeforeScenarioScope $scope The Behat Scope |