discussion-editor.feature 581 Bytes
Newer Older
1
@shard_2
2
Feature: CMS.Discussion Component Editor
cahrens committed
3 4
  As a course author, I want to be able to create discussion components.

5
  Scenario: User can view discussion component metadata
cahrens committed
6
    Given I have created a Discussion Tag
7
    And I edit the component
cahrens committed
8 9
    Then I see three alphabetized settings and their expected values

JonahStanley committed
10 11
  # Safari doesn't save the name properly
  @skip_safari
cahrens committed
12 13
  Scenario: User can modify display name
    Given I have created a Discussion Tag
14
    And I edit the component
cahrens committed
15 16
    Then I can modify the display name
    And my display name change is persisted on save