aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests/suite_neptune3/tst_launch_bar/test.feature
diff options
context:
space:
mode:
Diffstat (limited to 'squishtests/suite_neptune3/tst_launch_bar/test.feature')
-rw-r--r--squishtests/suite_neptune3/tst_launch_bar/test.feature20
1 files changed, 20 insertions, 0 deletions
diff --git a/squishtests/suite_neptune3/tst_launch_bar/test.feature b/squishtests/suite_neptune3/tst_launch_bar/test.feature
new file mode 100644
index 00000000..4e288044
--- /dev/null
+++ b/squishtests/suite_neptune3/tst_launch_bar/test.feature
@@ -0,0 +1,20 @@
+Feature: The launch bar is configurable
+
+ The launch is highly configurable.
+ Sorted in a natural way the first items are
+ visible, later icons are only visible in the
+ grid, which is one of the items.
+
+ In the grid it is possible by drag and drop to
+ move the items and change the order
+
+
+
+ Scenario: Open the grid
+
+ Given main menu is open
+ And the launch bar is shown
+ When the grid icon is clicked
+ Then the grid should be 'opened'
+ When the grid icon is clicked
+ Then the grid should be 'closed'