diff --git a/cypress/integration/common.spec.js b/cypress/integration/common.spec.js index b12f201..5df1367 100755 --- a/cypress/integration/common.spec.js +++ b/cypress/integration/common.spec.js @@ -11,8 +11,8 @@ /* global cy, expect */ /* eslint no-undef: "error" */ -// export const BASE_URL = ''; -export const BASE_URL = '/gaps'; +export const BASE_URL = ''; +// export const BASE_URL = '/gaps'; export const CYPRESS_VALUES = { notBeChecked: 'not.be.checked', diff --git a/cypress/integration/error/error.spec.js b/cypress/integration/error/error.spec.js index c84c427..1337d72 100755 --- a/cypress/integration/error/error.spec.js +++ b/cypress/integration/error/error.spec.js @@ -11,7 +11,7 @@ /* global cy, it, expect, describe */ /* eslint no-undef: "error" */ -import {BASE_URL} from "../common.spec"; +import { BASE_URL } from '../common.spec.js'; describe('Check Error Page', () => { it('Does error page load', () => {