We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b9c49 commit b8c5063Copy full SHA for b8c5063
src/grid/grid.directive.spec.ts
@@ -7,7 +7,10 @@ import {
7
flush
8
} from "@angular/core/testing";
9
import { By } from "@angular/platform-browser";
10
-import { ColumnDirective, GridDirective, RowDirective } from "./grid.directive";
+
11
+import { ColumnDirective } from "./column.directive";
12
+import { RowDirective } from "./row.directive";
13
+import { GridDirective } from "./grid.directive";
14
15
@Component({
16
selector: "cds-test-grid",
@@ -147,7 +150,6 @@ describe("GridDirective", () => {
147
150
By.directive(ColumnDirective)
148
151
);
149
152
- tick(100);
153
fixture.detectChanges();
154
fixture.whenStable().then(() => {
155
expect(directiveEl).not.toBeNull();
0 commit comments