summaryrefslogtreecommitdiff
path: root/tests/browser/features/create_and_follow_wiki_link.feature
blob: a0aa624e4bd35532468f5c2b8c55996681d345cc (plain)
1
2
3
4
5
6
7
8
9
@chrome @clean @firefox @login @phantomjs
Feature: Create Page With Wiki Link

  Scenario: Create Page With Wiki Link
    Given I create page "Link Target Test Page" with content "Link Target Test Page"
      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."
    When I click the Link Target link
    Then I should be on the Link Target Test Page
      And the page content should contain "Link Target Test Page"