Skip to content

Commit 90b14ae

Browse files
atulmguptaCopilot
andcommitted
fix(ci): bump signal_log route count and wait for map container
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 05c2306 commit 90b14ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žinternal/tesla/router/writers/signal_log_writer_test.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func assertSignalLogCallShape(t *testing.T, call recordedCall) {
8383
// in the LOCKED set (string/bool/int32/int64/float32/float64/time.Time/
8484
// proto enum), the bump-only edit is trivial.
8585
func TestSignalLogWriter_RoutingYAMLCoverage(t *testing.T) {
86-
const wantSignalLogRoutes = 144
86+
const wantSignalLogRoutes = 154
8787

8888
entries, err := router.LoadMap()
8989
if err != nil {

β€Žweb/src/features/maps/pages/MapOverviewPage.test.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ describe('MapOverviewPage β€” accessibility', () => {
560560
const status = await screen.findByRole('region', { name: 'Vehicle status' })
561561
expect(status).toBeInTheDocument()
562562
const map = screen.getByRole('region', { name: 'Live location map' })
563-
expect(within(map).getByTestId('map-container')).toBeInTheDocument()
563+
expect(await within(map).findByTestId('map-container')).toBeInTheDocument()
564564

565565
// The vehicle scope picker is a labelled combobox.
566566
expect(screen.getByRole('combobox', { name: 'Select vehicle' })).toBeInTheDocument()

0 commit comments

Comments
Β (0)