Skip to content

Commit

Permalink
move files again... ci doesnt resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Oct 30, 2023
1 parent 271f3a8 commit be02d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion cypress/e2e/newsStory.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference types="cypress" />
import { features, vamcEhr } from './../fixtures'
import { features, vamcEhr } from './mocks'
context('News Story', () => {
beforeEach(() => {
cy.intercept('/data/cms/vamc-ehr*', vamcEhr).as('facilityData')
Expand Down

0 comments on commit be02d0c

Please sign in to comment.