it('should apply grayScale filter', function () {
            this.instance.applyFilters("grayScale");
            expect(this.instance.getRed(0)).to.be.equal(25);
        });