Sha256: 08e37779eb6dc723ac353dd55ffb968307d113f7a3a239c49760d1c26a3ae9fe

Contents?: true

Size: 1.17 KB

Versions: 10

Compression:

Stored size: 1.17 KB

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: Access the page to edit a room
    Given an anonymous user
      And a real server
      And a room in this server
    When he goes to the edit room page
    Then he should see the edit room page

  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 clicks 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 clicks 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

10 entries across 10 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-2.3.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-2.2.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-2.1.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-2.0.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-1.3.0.mweb1 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-1.4.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-1.4.0.beta1 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-1.3.0 spec/rails_app/features/edit_rooms.feature
bigbluebutton_rails-1.3.0.beta1 spec/rails_app/features/edit_rooms.feature