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

Side by Side Diff: editor/util/testing/mac/Samples.suite/Scripts/swipe.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 Click(Text:"Tools",CaseSensitive:"Yes") 1 Click(Text:"Tools",CaseSensitive:"Yes")
2 Click(Text:"Welcome Page",CaseSensitive:"Yes") 2 Click(Text:"Welcome Page",CaseSensitive:"Yes")
3 Click "swipe icon" 3 Click "swipe icon"
4 Wait 5 4 Wait 5
5 Click "run button" 5 Click "run button"
6 WaitFor 2, "browser right arrow button" 6 WaitFor 2, "browser right arrow button"
7 Click "browser right arrow button" 7 Click "browser right arrow button"
8 WaitFor 20,"swipe title" 8 WaitFor 20,"swipe title","swipe title/swipe title 2"
9 Click "swipe title" 9 Click "swipe title"
10 TypeText rightArrow 10 TypeText rightArrow
11 TypeText rightArrow 11 TypeText rightArrow
12 WaitFor 2, (Text:"Elba",CaseSensitive:"yes") 12 WaitFor 2, (Text:"Elba",CaseSensitive:"yes")
13 Click (Text:"Chromium",CaseSensitive:"yes") 13 Click (Text:"Chromium",CaseSensitive:"yes")
14 Click (Text:"Quit Chromium",CaseSensitive:"yes") 14 Click (Text:"Quit Chromium",CaseSensitive:"yes")
15 Run "check problems" 15 Run "check problems"
16 Click(Text:"web") (* ensure project not selected for image matching *) 16 Click(Text:"web") (* ensure project not selected for image matching *)
17 RightClick "swipe project" (* select project and show context menu *) 17 RightClick "swipe project" (* select project and show context menu *)
18 Click(Text:"Delete",CaseSensitive:"Yes") (* delete it *) 18 Click(Text:"Delete",CaseSensitive:"Yes") (* delete it *)
19 WaitFor 0.5, "info icon" (* wait for the Delete Resources confirmation *) 19 WaitFor 0.5, "info icon" (* wait for the Delete Resources confirmation *)
20 Click(Text:"Delete project contents") (* select the option to clear disk *) 20 Click(Text:"Delete project contents") (* select the option to clear disk *)
21 Wait 0.2 21 Wait 0.2
22 TypeText enter 22 TypeText enter
OLDNEW
« no previous file with comments | « editor/util/testing/mac/Samples.suite/Scripts/clock.script ('k') | editor/util/testing/mac/Samples.suite/Scripts/todo.script » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698