Skip to content

Commit

Permalink
adjusted testcases to new card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed Jun 19, 2024
1 parent 04fd21a commit 082fd40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ testMouseEnterDragging
indicatorDetection mouseEnterDragging: MouseEvent new.

self assert: (10 @ 5) equals: (lane indicator vertexAt: 1).
self assert: (290 @ 5) equals: (lane indicator vertexAt: 2).
self assert: (280 @ 5) equals: (lane indicator vertexAt: 2).
self assert: true equals: lane indicator visible.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"tearDown" : "NTK 7/30/2022 12:59",
"testCard" : "NTK 7/30/2022 13:17",
"testLocation" : "NTK 7/30/2022 13:17",
"testMouseEnterDragging" : "tk 7/30/2022 23:32",
"testMouseEnterDragging" : "FP 6/19/2024 19:00",
"testMouseLeaveDragging" : "tk 7/30/2022 23:33" } }
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ testMouseEnterDragging
indicatorDetection column: column.
indicatorDetection mouseEnterDragging: MouseEvent new.
self assert: (0 @ 0) equals: (column indicator vertexAt: 1).
self assert: (280 @ 0) equals: (column indicator vertexAt: 2).
self assert: (270 @ 0) equals: (column indicator vertexAt: 2).
self assert: true equals: column indicator visible.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"setUp" : "tk 7/30/2022 23:46",
"tearDown" : "NTK 7/30/2022 13:19",
"testColumn" : "mcr 8/1/2022 02:19",
"testMouseEnterDragging" : "tk 7/30/2022 23:33",
"testMouseEnterDragging" : "FP 6/19/2024 18:58",
"testMouseLeaveDragging" : "tk 7/30/2022 23:34" } }

0 comments on commit 082fd40

Please sign in to comment.