Skip to content

Commit 683b0ab

Browse files
committed
fix: test change/spa to /modern
1 parent 46cab5e commit 683b0ab

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/e2e-integration/e2e/sections/templates/DatasetTemplates.spec.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import { FRONTEND_BASE_PATH } from '@tests/e2e-integration/shared/basePath'
12
import { TestsUtils } from '../../../shared/TestsUtils'
23
import { DatasetHelper } from '@tests/e2e-integration/shared/datasets/DatasetHelper'
34

4-
const CREATE_TEMPLATE_PAGE_URL = '/spa/root/templates/create'
5-
const TEMPLATES_PAGE_URL = '/spa/root/templates'
5+
const CREATE_TEMPLATE_PAGE_URL = `${FRONTEND_BASE_PATH}/root/templates/create`
6+
const TEMPLATES_PAGE_URL = `${FRONTEND_BASE_PATH}/root/templates`
67

78
describe('Dataset Templates', () => {
89
let templateName: string

0 commit comments

Comments
 (0)