#953 Client paymethod muestra error de mailer
This commit is contained in:
parent
992be9ecfb
commit
3a38156fe6
|
@ -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() => {
|
||||
|
|
Loading…
Reference in New Issue