aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/features/app-menu.feature
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-10-05 21:48:38 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-10-05 21:49:08 +0200
commit4897720c88dfc6d08184b194cff633ba8bb9f969 (patch)
tree0d2c8df2322f272f4c29d48602cdf7a6f1ee598c /test/data/features/app-menu.feature
parent03f62c392f3c140f4cefb5ccd129d32734b169c3 (diff)
downloadcucutags-4897720c88dfc6d08184b194cff633ba8bb9f969.tar.gz
Add testsuite.
Also fix some problems with get_step.
Diffstat (limited to 'test/data/features/app-menu.feature')
-rw-r--r--test/data/features/app-menu.feature24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/data/features/app-menu.feature b/test/data/features/app-menu.feature
new file mode 100644
index 0000000..d38e81e
--- /dev/null
+++ b/test/data/features/app-menu.feature
@@ -0,0 +1,24 @@
+Feature: Empathy App menu actions
+
+ Background: Empathy Setup
+ * Make sure that Empathy is running
+ * I open GApplication menu
+
+ @testcase_184264
+ Scenario: Contact list - help contents
+ * I click menu "Help" in GApplication menu
+ Then Yelp should start
+
+# 1. Choose 'application menu->Accounts'
+# 2. In the 'Messaging and VoIP Accounts' click + to add a new account
+# 3. Select 'Google Talk'
+# 4. Put 'desktopqe@gmail.com' as a Google ID
+# 5. Put 'redhatqe' as password
+# 6. Check 'Remember Password'
+# 7. Hit 'Apply'
+
+# @testcase_181366
+# Scenario: Add account - GTalk
+# * I click menu "Accounts" in GApplication menu
+# Then Account should successfully connect (be 'Available')
+#