it('should set the submission error flag to true when parameter is true', () => {
            e.submissionError(true);
            expect(e.hasSubmissionError()).toBeTrue();
        });