mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
allow other base urls like localhost:8080/workspace (#1273)
This commit is contained in:
committed by
Adina Parpalita
parent
c7b8511d5b
commit
725073c753
@@ -48,7 +48,7 @@ describe('Share a file', () => {
|
||||
const viewer = new Viewer();
|
||||
const page = new BrowsingPage();
|
||||
const { dataTable, toolbar } = page;
|
||||
const shareLinkPreUrl = "/#/preview/s/";
|
||||
const shareLinkPreUrl = `${browser.baseUrl}/#/preview/s/`;
|
||||
|
||||
const apis = {
|
||||
admin: new RepoClient(),
|
||||
|
Reference in New Issue
Block a user