features/webapp/edit_memcached_key.feature in memcached-manager-0.4.0 vs features/webapp/edit_memcached_key.feature in memcached-manager-1.0.0

- old
+ new

@@ -3,7 +3,7 @@ Feature: Edit memcached pair Scenario: Success Given a key named "foo" with the content "bar" exists When I visit "#/edit/foo" And fill in "Value" with "baz" - And click "Edit" + And click "Update key" Then "foo" key should have the "baz" value in memcached