More testing

This commit is contained in:
Jason House
2021-04-28 11:08:51 -04:00
parent e96da4b68e
commit ab86ce1551
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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',
+1 -1
View File
@@ -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', () => {