Sha256: a6cf28b91f95c6908836ff38330b741f28e2119f8dc8a5d17df583c965f88bc0

Contents?: true

Size: 1000 Bytes

Versions: 2

Compression:

Stored size: 1000 Bytes

Contents

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

  Scenario: Edit data in a BigBlueButton server
    Given an anonymous user
      And a real server
    When he goes to the edit server page
      And change the server URL to "http://test.com/bigbluebutton/api"
      And click in the button to save the server
    Then he should be at the show server URL
      And the server URL should be "http://test.com/bigbluebutton/api"

  Scenario: Try to edit data in a BigBlueButton server with incorrect values
    Given an anonymous user
      And a real server
    When he goes to the edit server page
      And change the server URL to "http://test.com/"
      And click in the button to save the server
    Then he should be at the update server URL
      And see the edit server page
      And see 1 errors in the field "bigbluebutton_server[url]"
      And the server URL should NOT be "http://test.com/"

Version data entries

2 entries across 2 versions & 1 rubygems

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