Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke committed Jun 27, 2024
1 parent 38831c9 commit 42e897e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/shoopdaloop/lib/qml/test/tst_LoopReorder.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ ShoopTestFile {

let ori_loops = get_loop_ids()

track_widget().move_loop(get_loop(0), 2)
track_widget().move_loop(get_loop(0), 3)
testcase.wait_updated(session.backend)
verify_eq(get_loop_ids(),
[ori_loops[1], ori_loops[2], ori_loops[0]])

console.log(get_loop_ids())
console.log(get_loop(1).obj_id)

track_widget().move_loop(get_loop(1), 0)
testcase.wait_updated(session.backend)
verify_eq(get_loop_ids(),
Expand Down

0 comments on commit 42e897e

Please sign in to comment.