Refactor cypress test folder
This commit is contained in:
parent
1de6ee8657
commit
9db8519869
|
|
@ -1,4 +1,4 @@
|
|||
import {getModules, getMinimalMe} from '../../support/helpers';
|
||||
import {getModules, getMinimalMe} from '../../../support/helpers';
|
||||
|
||||
describe('Apply module visibility', () => {
|
||||
const schoolClasses = [
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
import module from '../../fixtures/module.minimal';
|
||||
import {getMinimalMe} from '../../support/helpers';
|
||||
import module from '../../../fixtures/module.minimal';
|
||||
import {getMinimalMe} from '../../../support/helpers';
|
||||
|
||||
const chapters = [{
|
||||
title: 'ABC',
|
||||
Loading…
Reference in New Issue