We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cab5e commit 683b0abCopy full SHA for 683b0ab
1 file changed
tests/e2e-integration/e2e/sections/templates/DatasetTemplates.spec.tsx
@@ -1,8 +1,9 @@
1
+import { FRONTEND_BASE_PATH } from '@tests/e2e-integration/shared/basePath'
2
import { TestsUtils } from '../../../shared/TestsUtils'
3
import { DatasetHelper } from '@tests/e2e-integration/shared/datasets/DatasetHelper'
4
-const CREATE_TEMPLATE_PAGE_URL = '/spa/root/templates/create'
5
-const TEMPLATES_PAGE_URL = '/spa/root/templates'
+const CREATE_TEMPLATE_PAGE_URL = `${FRONTEND_BASE_PATH}/root/templates/create`
6
+const TEMPLATES_PAGE_URL = `${FRONTEND_BASE_PATH}/root/templates`
7
8
describe('Dataset Templates', () => {
9
let templateName: string
0 commit comments