diff --git a/src/shared/api/testMaker.ts b/src/shared/api/testMaker.ts index a8b57eb2ef2..8651be14c33 100644 --- a/src/shared/api/testMaker.ts +++ b/src/shared/api/testMaker.ts @@ -47,8 +47,7 @@ export async function makeTest(data: any, url: string, label: string) { url, label, studies: toJS(getBrowserWindow().studyViewPageStore.studyIds), - filterUrl: (await getBrowserWindow().studyPage.getBookmarkUrl()) - .fullUrl, + filterUrl: getBrowserWindow().studyPage.studyViewFullUrlWithFilter, }; if (getBrowserWindow().localStorage.getItem(SAVE_TEST_KEY))