Skip to content

Commit

Permalink
Use more cascades
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkrypt0 committed Aug 7, 2020
1 parent 758f30f commit 737fc6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ testUS183ChangedStructureKeymapAllowsNewShortcuts
changeStructureKeymap;
enterStringOntoTextField: self text.
self textEditor selectAll.
self simulateKeyboardShortcutForStructure1.
self assert: self textIsBold
self
simulateKeyboardShortcutForStructure1;
assert: self textIsBold
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"testUS142UndoStructureUnapplyReappliesStructure" : "tok 8/4/2020 17:20",
"testUS142UndoUndoesStructure" : "tok 8/4/2020 17:04",
"testUS183ChangeStructureKeymap" : "tok 8/7/2020 11:07",
"testUS183ChangedStructureKeymapAllowsNewShortcuts" : "tok 8/7/2020 10:47",
"testUS183ChangedStructureKeymapAllowsNewShortcuts" : "tok 8/7/2020 11:25",
"testUS19ButtonInAppsMenuExists" : "MB 5/15/2019 21:29",
"testUS19WindowsOpensWithoutFailure" : "MB 5/15/2019 21:30",
"testUS24saveAsButtonChangesLabel" : "frc 6/18/2020 19:04",
Expand Down

0 comments on commit 737fc6a

Please sign in to comment.