QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Fix tests on chrome due to hsl being floats #2064

Closed hudson-newey closed 1 year ago

hudson-newey commented 1 year ago

Bug fix - tests failing on Chrome due to hsl now being floats

CI and tests are failing because the latest version of chrome now uses floats for hsl, rather than whole numbers. This brings it in to line with firefox, and we can therefore remove the conditional validation case for browsers in the theme.service.spec.ts tests.

Changes

Problems

None

Issues

2063

Visual Changes

None

Final Checklist