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', () => {
|
describe('Apply module visibility', () => {
|
||||||
const schoolClasses = [
|
const schoolClasses = [
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import module from '../../fixtures/module.minimal';
|
import module from '../../../fixtures/module.minimal';
|
||||||
import {getMinimalMe} from '../../support/helpers';
|
import {getMinimalMe} from '../../../support/helpers';
|
||||||
|
|
||||||
const chapters = [{
|
const chapters = [{
|
||||||
title: 'ABC',
|
title: 'ABC',
|
||||||
Loading…
Reference in New Issue