Skip to content

Commit

Permalink
Merge pull request #1512 from bcgov/feature/edx-2339
Browse files Browse the repository at this point in the history
AT Refactor
  • Loading branch information
eckermania authored May 7, 2024
2 parents 3d1de5a + 99fa521 commit 154d0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import selectors from '../../../support/selectors';
import { AppSetupData } from '../../../../cypress.config';
import selectors from '../../support/selectors';
import { AppSetupData } from '../../../cypress.config';
import { DistrictCollectionOptions } from 'tests-e2e/cypress/services/sdc-collection-api-service';

/*describe('SDC District Collection View', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import selectors from '../../../support/selectors';
import { AppSetupData } from '../../../../cypress.config';
import selectors from '../../support/selectors';
import { AppSetupData } from '../../../cypress.config';
import { SchoolCollectionOptions } from 'tests-e2e/cypress/services/sdc-collection-api-service';

describe('SDC District Collection View', () => {
Expand Down

0 comments on commit 154d0b6

Please sign in to comment.