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

Commit 32be636

Browse files
committed
chore(tests): remove a lingering iit in end to end tests
1 parent 2a45cea commit 32be636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngStyle.js

Lines changed: 1 addition & 1 deletion
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)