diff --git a/e2e/paths/client-module/04_edit_pay_method.spec.js b/e2e/paths/client-module/04_edit_pay_method.spec.js index 0316b698e..ee26b5cf3 100644 --- a/e2e/paths/client-module/04_edit_pay_method.spec.js +++ b/e2e/paths/client-module/04_edit_pay_method.spec.js @@ -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() => {