Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: editor/util/testing/mac/CodeLab.suite/Scripts/Step 3.script

Issue 60833003: Changed breaking image to discrepancy (2%) and made clock into collection. Repeating click on test… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed old .project TRUNK setting Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 (* Need to start with focus in Files view *) 1 (* Need to start with focus in Files view *)
2 Run "open codelab file search" 2 Run "open codelab file search"
3 TypeText downArrow, downArrow, downArrow 3 TypeText downArrow, downArrow, downArrow
4 TypeText enter 4 TypeText enter
5 Wait 10 5 Wait 10
6 TypeText rightArrow 6 TypeText rightArrow
7 Wait 5 7 Wait 5
8 TypeText rightArrow(* redundant *) 8 TypeText rightArrow(* redundant *)
9 WaitFor 30, "pubspec lock" 9 WaitFor 30, "pubspec lock"
10 Click "pubspec lock" 10 Click "pubspec lock"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 TypeText "Test" 154 TypeText "Test"
155 TypeText tab 155 TypeText tab
156 Wait 1 156 Wait 1
157 TypeText "Dart writer writing" 157 TypeText "Dart writer writing"
158 Click (Text:"Untitled") 158 Click (Text:"Untitled")
159 Wait 1 159 Wait 1
160 put ImageLocation("delete file X") into pos 160 put ImageLocation("delete file X") into pos
161 Click "delete file X" 161 Click "delete file X"
162 click (pos - (30,40)) 162 click (pos - (30,40))
163 Wait 1 163 Wait 1
164 click (pos - (30,40))
165 Wait 1
164 Click "red stripe" 166 Click "red stripe"
165 Click "delete file X" 167 Click "delete file X"
166 Click (Text:"Chromium",CaseSensitive:"yes") 168 Click (Text:"Chromium",CaseSensitive:"yes")
167 Click (Text:"Quit Chromium",CaseSensitive:"yes") 169 Click (Text:"Quit Chromium",CaseSensitive:"yes")
168 RightClick (Text:"2013",CaseSensitive:"yes",dpi:94) 170 RightClick (Text:"2013",CaseSensitive:"yes",dpi:94)
169 Click (Text:"Close Folder") 171 Click (Text:"Close Folder")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698