Special case opus mime detction
[mediawiki.git] / tests / browser / features / create_and_follow_wiki_link.feature
blob510c467b08074134538dedf212fd4c384f5aa59b
1 @chrome @firefox @vagrant
2 Feature: Create Page With Wiki Link
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"