[orca] New test case



commit 06063c0ba41a9ac86bdd2baeb4b6f4b828406399
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 7 14:33:02 2015 -0400

    New test case

 .../keystrokes/firefox/line_nav_iframes_blogger.py |   55 ++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/test/keystrokes/firefox/line_nav_iframes_blogger.py 
b/test/keystrokes/firefox/line_nav_iframes_blogger.py
index 7b778f4..56b005f 100644
--- a/test/keystrokes/firefox/line_nav_iframes_blogger.py
+++ b/test/keystrokes/firefox/line_nav_iframes_blogger.py
@@ -29,5 +29,60 @@ sequence.append(utils.AssertPresentationAction(
     "3. Line Down from the last line",
     [""]))
 
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("g"))
+sequence.append(utils.AssertPresentationAction(
+    "4. G for next image",
+    ["BRAILLE LINE:  'Wrapping to top.'",
+     "     VISIBLE:  'Wrapping to top.', cursor=0",
+     "BRAILLE LINE:  'image'",
+     "     VISIBLE:  'image', cursor=1",
+     "SPEECH OUTPUT: 'Wrapping to top.' voice=system",
+     "SPEECH OUTPUT: 'image'"]))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Down"))
+sequence.append(utils.AssertPresentationAction(
+    "5. Line Down",
+    ["BRAILLE LINE:  'Go to Blogger.com Search  $l Search this blog image'",
+     "     VISIBLE:  'Go to Blogger.com Search  $l Sea', cursor=1",
+     "SPEECH OUTPUT: 'Go to Blogger.com link.'",
+     "SPEECH OUTPUT: 'Search entry'",
+     "SPEECH OUTPUT: 'Search this blog link.'",
+     "SPEECH OUTPUT: 'clickable'",
+     "SPEECH OUTPUT: 'image'"]))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Down"))
+sequence.append(utils.AssertPresentationAction(
+    "6. Line Down",
+    ["KNOWN ISSUE: We are stuck in this iframe",
+     "BRAILLE LINE:  'Go to Blogger.com Search  $l Search this blog image'",
+     "     VISIBLE:  'Go to Blogger.com Search  $l Sea', cursor=1",
+     "SPEECH OUTPUT: 'Go to Blogger.com link.'",
+     "SPEECH OUTPUT: 'Search entry'",
+     "SPEECH OUTPUT: 'Search this blog link.'",
+     "SPEECH OUTPUT: 'clickable'",
+     "SPEECH OUTPUT: 'image'"]))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Up"))
+sequence.append(utils.AssertPresentationAction(
+    "7. Line Up",
+    [""]))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Down"))
+sequence.append(utils.AssertPresentationAction(
+    "8. Line Down",
+    ["KNOWN ISSUE: We are stuck in this iframe",
+     "BRAILLE LINE:  'Go to Blogger.com Search  $l Search this blog image'",
+     "     VISIBLE:  'Go to Blogger.com Search  $l Sea', cursor=1",
+     "SPEECH OUTPUT: 'Go to Blogger.com link.'",
+     "SPEECH OUTPUT: 'Search entry'",
+     "SPEECH OUTPUT: 'Search this blog link.'",
+     "SPEECH OUTPUT: 'clickable'",
+     "SPEECH OUTPUT: 'image'"]))
+
 sequence.append(utils.AssertionSummaryAction())
 sequence.start()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]