mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-05-07 00:59:44 -05:00
More testing
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user