#953 Client paymethod muestra error de mailer

This commit is contained in:
Carlos Jimenez 2019-01-16 14:01:13 +01:00
parent 992be9ecfb
commit 3a38156fe6
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/nightmare';
xdescribe('Client Edit pay method path', () => {
describe('Client Edit pay method path', () => {
const nightmare = createNightmare();
beforeAll(() => {
@ -74,11 +74,6 @@ xdescribe('Client Edit pay method path', () => {
.waitForSnackbar();
expect(snackbarMessages).toEqual(jasmine.arrayContaining(['Data saved!']));
// #953 update test to capture the relevant message
// .waitForLastSnackbar();
// expect(snackbarMessage).toEqual('Data saved!');
});
it('should confirm the due day have been edited', async() => {