Sha256: 03bff2d6afa192a16182f37432989cd7041a06856f9400fa16e0b9f7bf58effa

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

@webapp
@javascript
Feature: Edit configs of memcached
  Scenario: Success
    When I visit "#/config"
    And fill in "Host" with "127.0.0.1"
    And fill in "Port" with "11211"
    And click "Update settings"
    Then I should see those configs in "/api/config.json"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memcached-manager-1.0.0 features/webapp/edit_configs.feature