Skip to content

Commit

Permalink
Different waiting method
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Roth committed Jun 15, 2020
1 parent 1b8d0d4 commit b8c0ec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ testUS46NewEditorIsOpened
currentEditorNumbers := RichTextEditorModel allInstances size.
newButton := self editorView findByLabel: self newButtonLabel.
newButton click.
2 seconds asDelay wait.
(1 to: 1000000000) sum. "Busy Waiting"
self assert: currentEditorNumbers + 1 equals: RichTextEditorModel allInstances size
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"testUS24saveAsButtonChangesLabel" : "ls 6/22/2019 10:40",
"testUS24saveButtonSavesInImage" : "SR 5/22/2019 21:40",
"testUS46NewButtonExists" : "MB 6/12/2019 19:01",
"testUS46NewEditorIsOpened" : "frc 6/15/2020 13:18",
"testUS46NewEditorIsOpened" : "frc 6/15/2020 15:06",
"testUS47WhenStructureIsAddedTheTriangleShows" : "ls 7/25/2019 13:20",
"testUS47WhenStructureIsRemovedTheTriangleShows" : "ls 7/25/2019 13:20",
"testUS63InfoButtonExists" : "6/1/2020 14:03:20",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"testUS23TriangleIsStillVisibleWhenSaveDialogIsCancelled" : "AG 6/21/2019 14:16",
"testUS23TriangleReappearsWhenEditing" : "AG 6/21/2019 14:33",
"testUS23WhenTriangleIsVisibleCtrlSCanBePressedForSaveDialog" : "lh 7/24/2019 16:19",
"testUS36StructureIsNotExtendable" : " 6/15/2020 13:18:20",
"testUS36StructureIsNotExtendable" : "6/15/2020 13:18:20",
"testUS49ApplySelectedStructureWithoutASelectionToNextTextBeginning" : "MB 7/25/2019 10:33",
"testUS49ApplySelectedStructureWithoutASelectionToNextTextEnd" : "MB 7/25/2019 10:33",
"testUS49ApplySelectedStructureWithoutASelectionToNextTextMiddle" : "MB 7/25/2019 10:33",
Expand Down

0 comments on commit b8c0ec4

Please sign in to comment.