Skip to content

Commit

Permalink
test HeightofTimeline third try
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaanre committed Jul 17, 2022
1 parent 9c35e58 commit 88ad868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ testHeightOfTimeline
| oldHeight offScreenFrame scrollBarThickness |

self animationsEditorInstance mainWindow width: 2000.
self timeline updateExtent.
offScreenFrame := self animationsEditorInstance mainWindow width.
oldHeight := self timeline height.
self createKeyframeWith: self animationPosition on: offScreenFrame.
scrollBarThickness := self timeline scrollPane scrollBarThickness.
self timeline updateExtent.
self assert: oldHeight - scrollBarThickness = self timeline height.


Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tearDown" : "SG 6/22/2022 14:15",
"testAddKeyframeToRightPosition" : "Noel Bastubbe 6/13/2022 19:27",
"testDistanceBetweenKeyframes" : "ps 7/13/2022 11:48",
"testHeightOfTimeline" : "NR 7/17/2022 20:31",
"testHeightOfTimeline" : "NR 7/17/2022 20:40",
"testMinWidthOfTimeline" : "ps 7/13/2022 11:44",
"testMovingLineInRightPosition" : "ob 6/13/2022 18:16",
"testMovingLineInitializedInRightPosition" : "ob 5/29/2022 17:34",
Expand Down

0 comments on commit 88ad868

Please sign in to comment.