Cover change password with e2e tests

This commit is contained in:
SleepWalker
2019-12-29 14:27:44 +02:00
parent f284664818
commit 5a5d41749e
5 changed files with 82 additions and 16 deletions

View File

@@ -19,6 +19,9 @@
// };
const wp = require('@cypress/webpack-preprocessor');
// for some reason loader can not locate babel.config. So we
const config = require('../../../babel.config');
module.exports = on => {
const options = {
webpackOptions: {
@@ -38,6 +41,7 @@ module.exports = on => {
options: {
envName: 'webpack',
cacheDirectory: true,
...config,
},
},
],