chore(tests): remove a lingering iit in end to end tests

This commit is contained in:
Julie
2014-06-23 11:22:21 -07:00
parent 2a45cea0ba
commit 32be6369e4

View File

@@ -36,7 +36,7 @@
<file name="protractor.js" type="protractor">
var colorSpan = element(by.css('span'));
iit('should check ng-style', function() {
it('should check ng-style', function() {
expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)');
element(by.css('input[value=\'set color\']')).click();
expect(colorSpan.getCssValue('color')).toBe('rgba(255, 0, 0, 1)');