Skip to content

Commit eb255ac

Browse files
juliemrRichardLitt
authored andcommitted
chore(tests): remote iit that sneaked into ngStyle
1 parent cf2af6f commit eb255ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngStyle.js

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

0 commit comments

Comments
 (0)