E2E skipped: Client edit billing data
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2020-03-31 18:53:25 +02:00
parent 326c92b23f
commit 43ba34c7f0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
import selectors from '../../helpers/selectors';
import getBrowser from '../../helpers/puppeteer';
describe('Client Edit billing data path', () => {
// 2215 Don't work in windows
xdescribe('Client Edit billing data path', () => {
let browser;
let page;
beforeAll(async() => {