it('should set the given action', () => {
            expect($output.find(`form[action="${action}"]`).length).toEqual(1);
        });