QA: Do not mention Wikimedia Foundation wikis in browser tests
[lhc/web/wiklou.git] / tests / browser / features / create_and_follow_wiki_link.feature
1 @chrome @clean @firefox @login @phantomjs
2 Feature: Create Page With Wiki Link
3
4 Scenario: Create Page With Wiki Link
5 Given I create page "Link Target Test Page" with content "Link Target Test Page"
6 And I go to the "Link Source Test Page" page with content "This is a [[Link Target Test Page|link to the test target page]] right here."
7 When I click the Link Target link
8 Then I should be on the Link Target Test Page
9 And the page content should contain "Link Target Test Page"