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

Side by Side Diff: editor/util/testing/mac/Samples.suite/Scripts/todo.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
« no previous file with comments | « editor/util/testing/mac/Samples.suite/Scripts/swipe.script ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "todo icon" 3 Click "todo icon"
4 WaitFor 60, "pubspec lock" 4 WaitFor 60, "pubspec lock"
5 Click "run button" 5 Click "run button"
6 WaitFor 6, "browser right arrow button" 6 WaitFor 6, "browser right arrow button"
7 Click "browser right arrow button" 7 Click "browser right arrow button"
8 WaitFor 20,"todo title" 8 WaitFor 20,"todo title","todo title/todo title"
9 Click "todo title" 9 Click "todo title"
10 Click (Text:"needs to",CaseSensitive:"yes") 10 Click (Text:"needs to",CaseSensitive:"yes")
11 Wait 0.5 11 Wait 0.5
12 TypeText "something" 12 TypeText "something"
13 Wait 0.5 13 Wait 0.5
14 TypeText enter 14 TypeText enter
15 Click (Text:"something",CaseSensitive:"yes")(* dismiss chrome noise *) 15 Click (Text:"something",CaseSensitive:"yes")(* dismiss chrome noise *)
16 Wait 0.5 16 Wait 0.5
17 Click "check mark" 17 Click "check mark"
18 Click (Text:"Chromium",CaseSensitive:"yes") 18 Click (Text:"Chromium",CaseSensitive:"yes")
19 Click (Text:"Quit Chromium",CaseSensitive:"yes") 19 Click (Text:"Quit Chromium",CaseSensitive:"yes")
20 Run "check problems" 20 Run "check problems"
21 Click(Text:"web") (* ensure project not selected for image matching *) 21 Click(Text:"web") (* ensure project not selected for image matching *)
22 RightClick "todo project" (* select project and show context menu *) 22 RightClick "todo project" (* select project and show context menu *)
23 Click(Text:"Delete",CaseSensitive:"Yes") (* delete it *) 23 Click(Text:"Delete",CaseSensitive:"Yes") (* delete it *)
24 WaitFor 0.5, "info icon" (* wait for the Delete Resources confirmation *) 24 WaitFor 0.5, "info icon" (* wait for the Delete Resources confirmation *)
25 Click(Text:"Delete project contents") (* select the option to clear disk *) 25 Click(Text:"Delete project contents") (* select the option to clear disk *)
26 Wait 0.2 26 Wait 0.2
27 TypeText enter 27 TypeText enter
OLDNEW
« no previous file with comments | « editor/util/testing/mac/Samples.suite/Scripts/swipe.script ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698