Current File : /home/jvzmxxx/wiki1/extensions/Flow/tests/browser/features/description.feature
@chrome @en.wikipedia.beta.wmflabs.org @firefox @skip
Feature: Board description

  Assumes Flow is enabled for the Flow_test_talk namespace.

  Background:
    Given I am on a new board

  Scenario: No description on a new board
    Then the description should be empty

  Scenario: Create a description on a new board
    When I set the description to "first version"
    Then the description should be "first version"

  @integration
  Scenario: Edit the description on an existing board
    Given I set the description to "first version"
    When I set the description to "second version"
    Then the description should be "second version"