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 /sandbox | |
parent | 864cbf9d0c63f8dd0a9951ca0d8f6cbd7efb43cc (diff) | |
download | mu-02abf5d1140090bd34badebeefed3c9dc5e02f5b.tar.gz |
3369
Fix some tests and make them less fragile.
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/010-sandbox-trace.mu | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/010-sandbox-trace.mu b/sandbox/010-sandbox-trace.mu index ea1d332f..0fda5f15 100644 --- a/sandbox/010-sandbox-trace.mu +++ b/sandbox/010-sandbox-trace.mu @@ -36,9 +36,6 @@ scenario sandbox-click-on-code-toggles-app-trace [ .0 edit copy delete . .stash [abc] . .abc . - .6 instructions run . - .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . . ] screen-should-contain-in-color 245/grey, [ . . @@ -47,9 +44,6 @@ scenario sandbox-click-on-code-toggles-app-trace [ . . . . .abc . - .6 instructions run . - .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . . ] # click again on the same region assume-console [ @@ -133,9 +127,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 [ @@ -152,9 +143,6 @@ scenario clicking-on-app-trace-does-nothing [ .0 edit copy delete . .stash 123456789 . .123456789 . - .6 instructions run . - .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. - . . ] ] |