Sha256: 2b9c900a8021bed4221ecf2f267ddd8e4963f37b625a8147314c2c4127392ba9

Contents?: true

Size: 992 Bytes

Versions: 2

Compression:

Stored size: 992 Bytes

Contents

Feature: Edit webconference rooms
  To change the information of a webconference rooms
  One needs to be able to edit and update the room

  Scenario: Edit data in a BigBlueButton room
    Given an anonymous user
      And a real server
      And a room in this server
    When he goes to the edit room page
      And change the room name to "Anything different"
      And click in the button to save the room
    Then he should be at the show room URL
      And the room name should be "Anything different"

  Scenario: Try to edit data in a BigBlueButton room with incorrect values
    Given an anonymous user
      And a real server
      And a room in this server
    When he goes to the edit room page
      And change the room name to ""
      And click in the button to save the room
    Then he should be at the update room URL
      And see the edit room page
      And see 2 errors in the field "bigbluebutton_room[name]"
      And the room name should NOT be "Anything different"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.0.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-0.1.0 spec/rails_app/features/edit_rooms.feature