Rachel99 has uploaded a new change for review. https://gerrit.wikimedia.org/r/81670
Change subject: mend ...................................................................... mend Change-Id: I01b0175fd65260f6868a340742b89f9891594bf2 --- M features/step_definitions/visual_editor_bullets_steps.rb 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/70/81670/1 diff --git a/features/step_definitions/visual_editor_bullets_steps.rb b/features/step_definitions/visual_editor_bullets_steps.rb index e42d528..0978981 100644 --- a/features/step_definitions/visual_editor_bullets_steps.rb +++ b/features/step_definitions/visual_editor_bullets_steps.rb @@ -1,17 +1,17 @@ When(/^type in an input string$/) do on(VisualEditorPage) do |page| - page.content_element.when_present.send_keys "Line 1" - # page.content_element.when_present.send_keys ":return" - #works, but add enter key to string + page.content_element.when_present.send_keys "Line 1 " + page.content_element.when_present.send_keys :enter end end When(/^type in another input string$/) do - pending # express the regexp above with the code you wish you had + page.content_element.when_present.send_keys "Line 2 " + page.content_element.when_present.send_keys :enter end - When(/^type in a third input string$/) do - pending # express the regexp above with the code you wish you had + pending page.content_element.when_present.send_keys "Line 3 " + page.content_element.when_present.send_keys :enter end When(/^select all three strings$/) do -- To view, visit https://gerrit.wikimedia.org/r/81670 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I01b0175fd65260f6868a340742b89f9891594bf2 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Rachel99 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
