You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test under describe("Settings Screen", () => {
Steps:
Navigate to settings tab
Change the map view to "default" - check that the url for the image has marked in it's name https://cdn.coh3stats.com/maps/catania_crossing_6p/catania_crossing_6p.marked.webp verify that you can fetch the image using network requests - it returns 200 (not 404)
Repeat the same steps for the other types:
TM - tm
Colored - colored
None - it doesn't have colored / tm / marked in it's name
The tests are written here https://github.com/cohstats/coh3-stats-desktop-app/blob/master/test/specs/main.e2e.js
Add test under
describe("Settings Screen", () => {
Steps:
marked
in it's namehttps://cdn.coh3stats.com/maps/catania_crossing_6p/catania_crossing_6p.marked.webp
verify that you can fetch the image using network requests - it returns 200 (not 404)Running e2e tests https://github.com/cohstats/coh3-stats-desktop-app?tab=readme-ov-file#running-e2e-tests
The text was updated successfully, but these errors were encountered: