Sha256: 83bf184b310ff08372142e59851c2b5221f01c6d2f74a2ee33e99e8e57837675

Contents?: true

Size: 909 Bytes

Versions: 13

Compression:

Stored size: 909 Bytes

Contents

Feature: List and show webconference rooms
  To view information of a webconference room
  One needs to see the room in a list of rooms
    and see all the information it has stored

  Scenario: View the list of rooms
    Given an anonymous user
      And a real server
      And 3 rooms in this server
    When he goes to the rooms index page
    Then he should see all available rooms in the list

  Scenario: View all information of a room
    Given an anonymous user
      And a real server
      And a room in this server
    When he goes to the show room page
    Then he should see all the information available for this room

  Scenario: View the list of rooms for a single server
    Given an anonymous user
      And a real server
      And 3 rooms in this server
      And 2 rooms in any other server
    When he goes to the server rooms page
    Then he should see only the rooms from this server

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-2.3.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-2.2.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-2.1.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-2.0.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.3.0.mweb1 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.4.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.4.0.beta1 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.3.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.3.0.beta1 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.2.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-1.1.0 spec/rails_app/features/list_and_show_rooms.feature
bigbluebutton_rails-0.1.1 spec/rails_app/features/list_and_show_rooms.feature