summaryrefslogtreecommitdiffstats
path: root/cucumber-js-test-apis-ci/features/Example_Toggle.feature
diff options
context:
space:
mode:
Diffstat (limited to 'cucumber-js-test-apis-ci/features/Example_Toggle.feature')
-rw-r--r--cucumber-js-test-apis-ci/features/Example_Toggle.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/cucumber-js-test-apis-ci/features/Example_Toggle.feature b/cucumber-js-test-apis-ci/features/Example_Toggle.feature
new file mode 100644
index 0000000000..2d930773bd
--- /dev/null
+++ b/cucumber-js-test-apis-ci/features/Example_Toggle.feature
@@ -0,0 +1,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 \ No newline at end of file