Skip to content

Commit

Permalink
ui tests (TODO)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTan166 committed Apr 23, 2024
1 parent 9fd548e commit 9291741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as images from "../../src/__test__/mocks/image-lists/imagesPlaceholder.json";
import * as images from "../../src/__test__/mocks/image-lists/images.json";
import { violationLogger } from "../axe/violationLogger";

const BASE_URL = Cypress.env().baseUrl;
const NODE_API_URL = `${Cypress.env().apiEndPointUrl}/v1/image`;
const NODE_API_URL = `${Cypress.env().apiEndPointUrl}/images/`;

const CONFIG = Cypress.env().config;
const isLocal = CONFIG === "LOCAL";
Expand Down

0 comments on commit 9291741

Please sign in to comment.