fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)

This commit is contained in:
2025-02-16 09:11:28 -07:00
parent a66093028e
commit c9c3cacfbd
17 changed files with 137 additions and 106 deletions

View File

@@ -302,7 +302,10 @@ import InfiniteScroll from "../components/InfiniteScroll.vue";
import ProjectIcon from "../components/ProjectIcon.vue";
import OnboardingDialog from "../components/OnboardingDialog.vue";
import TopMessage from "../components/TopMessage.vue";
import { NotificationIface, DEFAULT_PARTNER_API_SERVER } from "../constants/app";
import {
NotificationIface,
DEFAULT_PARTNER_API_SERVER,
} from "../constants/app";
import {
db,
logConsoleAndDb,