Rachel99 has uploaded a new change for review. https://gerrit.wikimedia.org/r/71724
Change subject: WIP VE links ...................................................................... WIP VE links Change-Id: Ibbf9ee9653ce6cd01d4698eee19b49e17a15d108 --- A features/ve_link.feature 1 file changed, 22 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/24/71724/1 diff --git a/features/ve_link.feature b/features/ve_link.feature new file mode 100644 index 0000000..d536895 --- /dev/null +++ b/features/ve_link.feature @@ -0,0 +1,22 @@ [email protected] @login +Feature: VisualEditor Links + + Background: + Given I am logged in + And I am at my user page + When I click Edit for Visual Editor + And I edit the page with a string + And I select the text + And I click the Link button + Scenario: Type into boxes + Given I can see the Link User Interface + When I enter www.example.com into Content box + And I click < + And I click This is a minor edit + And I click Save page + Scenario: Check hyperlink + Given the Page text contains the string + When I click on the string + Then I should go to the page www.example.com + + -- To view, visit https://gerrit.wikimedia.org/r/71724 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibbf9ee9653ce6cd01d4698eee19b49e17a15d108 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
