aboutsummaryrefslogtreecommitdiffstats
path: root/cucumber-js-test-apis-ci/features/Example_Toggle.feature
blob: 2d930773bd80f0a6382e45893fbcdd38324f7510 (plain)
1
2
3
4
5
6
7
8
Feature: Enable all toggls

Scenario: Enable/Disable all toggls
    When I want to list Togglz
    Then I want to set all Togglz to be "true"
    Then I want to list Togglz
    Then I want to set all Togglz to be "false"
    Then I want to list Togglz