When search requests fail, show error in toast notifications instead of empty search results #38

Merged
raucao merged 3 commits from feature/failed_requests into master 2026-03-27 11:12:58 +00:00
Showing only changes of commit 8e5b2c7439 - Show all commits

View File

@@ -260,7 +260,7 @@ module('Acceptance | search', function (hooks) {
try {
await visit('/search?category=coffee&lat=52.52&lon=13.405');
} catch (e) {
} catch {
// Aborted transition throws, which is expected
}