We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2af6f commit eb255acCopy full SHA for eb255ac
src/ng/directive/ngStyle.js
@@ -36,7 +36,7 @@
36
<file name="protractor.js" type="protractor">
37
var colorSpan = element(by.css('span'));
38
39
- iit('should check ng-style', function() {
+ it('should check ng-style', function() {
40
expect(colorSpan.getCssValue('color')).toBe('rgba(0, 0, 0, 1)');
41
element(by.css('input[value=\'set color\']')).click();
42
expect(colorSpan.getCssValue('color')).toBe('rgba(255, 0, 0, 1)');
0 commit comments