Sha256: c52235fb9f4576e5d85dcd79f041bbdff146bf335f2a41af8acd41ace2702c4f

Contents?: true

Size: 1.13 KB

Versions: 10

Compression:

Stored size: 1.13 KB

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

  Scenario: Edit data in a 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 clicks 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 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 clicks 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

10 entries across 10 versions & 1 rubygems

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