Automated upgrade to Cypress 12.

This commit is contained in:
Tim Donohue
2022-12-07 17:04:42 -06:00
parent 1d58910d70
commit 376788ea2e
28 changed files with 59 additions and 55 deletions

View File

@@ -4,7 +4,7 @@
// ***********************************************
import { AuthTokenInfo, TOKENITEM } from 'src/app/core/auth/models/auth-token-info.model';
import { FALLBACK_TEST_REST_BASE_URL } from '.';
import { FALLBACK_TEST_REST_BASE_URL } from './e2e';
// Declare Cypress namespace to help with Intellisense & code completion in IDEs
// ALL custom commands MUST be listed here for code completion to work