Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7e1950e

Browse files
committed
chore(tests): remote iit that sneaked into ngStyle
1 parent abaf946 commit 7e1950e

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)