| Index: editor/ft/Code Lab Legacy.suite/Scripts/Step 0.script
|
| diff --git a/editor/ft/Code Lab Legacy.suite/Scripts/Step 0.script b/editor/ft/Code Lab Legacy.suite/Scripts/Step 0.script
|
| index c1da38b0c5a4f2891840c963bbed83d642d7bba9..a14e99bace33f432e1bc3db79423ffd07ff31392 100644
|
| --- a/editor/ft/Code Lab Legacy.suite/Scripts/Step 0.script
|
| +++ b/editor/ft/Code Lab Legacy.suite/Scripts/Step 0.script
|
| @@ -3,6 +3,7 @@ TypeText downArrow,downArrow,downArrow,downArrow,downArrow
|
| Run util's expandTreeNode
|
| TypeText downArrow,downArrow,downArrow,downArrow,downArrow
|
| (*Run "check problems"*)
|
| +
|
| Click "run button"
|
| WaitFor 10,"browser right arrow button"
|
| Click (Text:"Untitled",CaseSensitive:"yes")
|
| @@ -10,8 +11,8 @@ Click "plus file"
|
| Click "red stripe"
|
| Click "delete file X"
|
| Run util's exitChromium
|
| -RightClick (Text:"app.dart",CaseSensitive:"yes")
|
| -Click (Text:"Run as JavaScript",CaseSensitive:"yes")
|
| +
|
| +Run util's selectContextMenuItem "app.dart", "Run as JavaScript"
|
| Wait 2
|
| WaitFor 20,"plus file"
|
| Click (Text:"Untitled",CaseSensitive:"yes")
|
| @@ -21,6 +22,7 @@ if (util's isMacOSX) then
|
| TypeText CommandKey,Tab
|
| end if
|
| Wait 1
|
| +
|
| Click (Text:"document",CaseSensitive:"yes",ValidCharacters:"*",dpi:94)
|
| DoubleClick (Text:"app.dart",CaseSensitive:"yes",ValidCharacters:"*",dpi:94)
|
| put -80 into offset
|
| @@ -30,23 +32,15 @@ end if
|
| DoubleClick (ImageLocation(Text:"void createDocument",CaseSensitive:"yes",ValidCharacters:"*",dpi:94)) + (offset,0)
|
| Click "run button"
|
| WaitFor 10,"debug line indicator"
|
| -(*
|
| -Click (Text:"top-level",CaseSensitive:"yes")
|
| -expandTreeNode
|
| -Wait 1
|
| -*)
|
| +
|
| Click "step into icon"
|
| Wait 2
|
| Click "step out icon"
|
| Wait 2
|
| Click "step over icon"
|
| Wait 2
|
| -(*
|
| -Click (Text:"top-level",CaseSensitive:"yes")
|
| -expandTreeNode
|
| -DoubleClick (Text:"ObservableList",CaseSensitive:"yes")
|
| -*)
|
| Click "stop debug button"
|
| +
|
| DoubleClick (ImageLocation(Text:"void createDocument",CaseSensitive:"yes",ValidCharacters:"*",dpi:94)) + (offset,0)
|
| -RightClick (Text:"io-2013-codelab-finished",CaseSensitive:"yes",ValidCharacters:"*")
|
| -Click (Text:"Close Folder")
|
| +Run util's selectContextMenuItem "io-2013-codelab-finished", "Close Folder"
|
| +Run util's deleteOutput
|
|
|