Refactor cypress test folder

This commit is contained in:
Ramon Wenger 2022-04-12 16:13:27 +02:00
parent 1de6ee8657
commit 9db8519869
14 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import {getModules, getMinimalMe} from '../../support/helpers';
import {getModules, getMinimalMe} from '../../../support/helpers';
describe('Apply module visibility', () => {
const schoolClasses = [

View File

@ -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',