We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ea9d4 commit efd3798Copy full SHA for efd3798
test/unit/core/directives/uiGridCell.spec.js
@@ -90,7 +90,7 @@ describe('uiGridCell', function () {
90
91
// Don't run this on IE9. The behavior looks correct when testing interactively but these tests fail
92
if (!navigator.userAgent.match(/MSIE\s+9\.0/)) {
93
- iit("should change a column's class when its uid changes", inject(function (gridUtil, $compile, uiGridConstants) {
+ it("should change a column's class when its uid changes", inject(function (gridUtil, $compile, uiGridConstants) {
94
// Reset the UIDs (used by columns) so they're fresh and clean
95
gridUtil.resetUids();
96
0 commit comments