From 1156971774b307bec29fab34a523eb39a7904174 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 11 May 2016 18:00:11 -0700 Subject: 2953 - use pgup/pgdn to scroll through sandboxes In the process I've also simplified the sandbox/ app. Since it's impossible for sandbox editors to span multiple pages, we can drop all scroll support altogether. --- sandbox/006-sandbox-edit.mu | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sandbox/006-sandbox-edit.mu') diff --git a/sandbox/006-sandbox-edit.mu b/sandbox/006-sandbox-edit.mu index ae23c20b..5f527444 100644 --- a/sandbox/006-sandbox-edit.mu +++ b/sandbox/006-sandbox-edit.mu @@ -196,8 +196,8 @@ scenario editing-sandbox-after-scrolling-resets-scroll [ press F4 type [add 1, 1] press F4 - press down-arrow - press down-arrow + press page-down + press page-down ] event-loop screen:address:screen, console:address:console, 2:address:programming-environment-data screen-should-contain [ @@ -276,9 +276,9 @@ scenario editing-sandbox-updates-sandbox-count [ ] # now try to scroll past end assume-console [ - press down-arrow - press down-arrow - press down-arrow + press page-down + press page-down + press page-down ] run [ event-loop screen:address:screen, console:address:console, 2:address:programming-environment-data -- cgit 1.4.1-2-gfad0