Skip to content

Commit 56ccf65

Browse files
authored
Add comment about test expectation
1 parent 2d9cba4 commit 56ccf65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/dialog/dialog.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ describe('MdDialog', () => {
213213
viewContainerFixture.detectChanges();
214214

215215
viewContainerFixture.whenStable().then(() => {
216+
// Additional clicks after the dialog has closed should not be emitted
216217
backdrop.click();
217218
expect(spy).toHaveBeenCalledTimes(1);
218219
});

0 commit comments

Comments
 (0)