fixed error traduction
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-03-29 16:57:51 +01:00
parent 560417f89d
commit bdbd802988
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ describe('Worker pbx path', () => {
.waitToClick(selectors.workerPbx.saveButton)
.waitForLastSnackbar();
expect(result).toEqual('EXTENSION_INVALID_FORMAT');
expect(result).toEqual('Invalid extension');
});
it('should sucessfully save the changes', async() => {