From: Tom Hughes Date: Thu, 20 Mar 2025 16:32:21 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/5827' X-Git-Tag: live~163 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0650ddc1445d8ec1504b6cc2b6a6488a0434e012?hp=ccab0f8faf4ebe9ad77cdef00c1f08f2fc47c12e Merge remote-tracking branch 'upstream/pull/5827' --- diff --git a/test/system/directions_test.rb b/test/system/directions_test.rb index a0ca87ce7..1c4edb60c 100644 --- a/test/system/directions_test.rb +++ b/test/system/directions_test.rb @@ -38,8 +38,8 @@ class DirectionsSystemTest < ApplicationSystemTestCase return Promise.resolve({ line: points, steps: [ - [points[0], 8, "1. #{start_instruction}", distance, points], - [points[1], 14, "2. #{finish_instruction}", 0, [points[1]]] + [points[0], "start", "1. #{start_instruction}", distance, points], + [points[1], "destination", "2. #{finish_instruction}", 0, [points[1]]] ], distance, time