Skip to content

Commit

Permalink
fullscreen control states consistent sentence case test replaces titl…
Browse files Browse the repository at this point in the history
…e case
  • Loading branch information
Stassi committed Nov 23, 2024
1 parent 0d69ae5 commit 47fe3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-utilities/expect/fullscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function expectFullscreen({
'a.leaflet-control-fullscreen-button',
(element: Element): string | null => element.getAttribute('title'),
),
).toBe(active ? 'Exit Fullscreen' : 'View Fullscreen')
).toBe(active ? 'Exit fullscreen' : 'View fullscreen')
}
}

Expand Down

0 comments on commit 47fe3aa

Please sign in to comment.