diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-15 23:36:49 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-15 23:36:49 -0700 |
commit | 02abf5d1140090bd34badebeefed3c9dc5e02f5b (patch) | |
tree | ae75dee828958475c14a85a79805144e1746a3c5 /edit | |
parent | 864cbf9d0c63f8dd0a9951ca0d8f6cbd7efb43cc (diff) | |
download | mu-02abf5d1140090bd34badebeefed3c9dc5e02f5b.tar.gz |
3369
Fix some tests and make them less fragile.
Diffstat (limited to 'edit')
-rw-r--r-- | edit/010-sandbox-trace.mu | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/edit/010-sandbox-trace.mu b/edit/010-sandbox-trace.mu index ae054cd4..6ac771f9 100644 --- a/edit/010-sandbox-trace.mu +++ b/edit/010-sandbox-trace.mu @@ -41,9 +41,6 @@ recipe foo [ . stash [abc] ┊0 edit copy delete . .] ┊foo . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊abc . - . ┊8 instructions run . - . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . ┊ . ] screen-should-contain-in-color 245/grey, [ . . @@ -52,9 +49,6 @@ recipe foo [ . ┊ . . ┊ . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊abc . - . ┊8 instructions run . - . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . ┊ . ] # click again on the same region assume-console [ @@ -143,9 +137,6 @@ scenario clicking-on-app-trace-does-nothing [ . ┊0 edit copy delete . . ┊stash 123456789 . . ┊123456789 . - . ┊6 instructions run . - . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . ┊ . ] # click on the stash under the edit-button region (or any of the other buttons, really) assume-console [ @@ -162,9 +153,6 @@ scenario clicking-on-app-trace-does-nothing [ . ┊0 edit copy delete . . ┊stash 123456789 . . ┊123456789 . - . ┊6 instructions run . - . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . ┊ . ] ] |