Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wiki.feature « projects « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4441ada28477444fbc38822c03448a833dffd25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Feature: Wiki
  Background: 
    Given I signin as a user
    And I own project "Shop"
    Given I visit project wiki page

  Scenario: Add new page
    Given I create Wiki page
    Then I should see newly created wiki page

  @javascript
  Scenario: I comment wiki page
    Given I create Wiki page
    And I leave a comment like "XML attached"
    Then I should see comment "XML attached"