I my code I have:
expect(element(by.className('nea-navbar')).getCssValue('background')).toBe('#264367');
When I run, the expect returns:
Expected 'rgb(38, 67, 103) none repeat scroll 0% 0% / auto padding-box border-box' to be '#264367'.
Do you know with it returns so many info and how to pass from rgb to hex?