docker for cucumber BDD
[sdc.git] / cucumber-js-test-apis-ci / features / Example_Toggle.feature
1 Feature: Enable all toggls
2
3 Scenario: Enable/Disable all toggls
4     When I want to list Togglz
5     Then I want to set all Togglz to be "true"
6     Then I want to list Togglz
7     Then I want to set all Togglz to be "false"
8     Then I want to list Togglz