Rachel99 has uploaded a new change for review. https://gerrit.wikimedia.org/r/73524
Change subject: WIP ve internal links ...................................................................... WIP ve internal links Change-Id: I942b984b533aa2d4235cdb50b13b50418679ff18 --- A features/step_definitions/visual_editor_internal_links_steps.rb A features/visual_editor_internal_links.feature 2 files changed, 20 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/24/73524/1 diff --git a/features/step_definitions/visual_editor_internal_links_steps.rb b/features/step_definitions/visual_editor_internal_links_steps.rb new file mode 100644 index 0000000..61eda11 --- /dev/null +++ b/features/step_definitions/visual_editor_internal_links_steps.rb @@ -0,0 +1,3 @@ +When(/^I click the blue text for internal links$/) do + on(VisualEditorPage).linksuggestion_internal_element.when_present.click +end \ No newline at end of file diff --git a/features/visual_editor_internal_links.feature b/features/visual_editor_internal_links.feature new file mode 100644 index 0000000..a4b95df --- /dev/null +++ b/features/visual_editor_internal_links.feature @@ -0,0 +1,17 @@ [email protected] @login +Feature: VisualEditor Internal Link + + Background: + Given I am logged in + And I am at my user page + When I click Edit for VisualEditor + And I click the Link button + + Scenario: Enter internal link + Given I can see the Link User Inteface + When I enter Main Page into Content box + And I click the blue text for internal links + # And I click < to close Link User Interface + # And I click Save page + #And I click Review your changes + #Then an internal link appears in the diff view \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/73524 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I942b984b533aa2d4235cdb50b13b50418679ff18 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
