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 2d9cba4 commit 56ccf65Copy full SHA for 56ccf65
src/lib/dialog/dialog.spec.ts
@@ -213,6 +213,7 @@ describe('MdDialog', () => {
213
viewContainerFixture.detectChanges();
214
215
viewContainerFixture.whenStable().then(() => {
216
+ // Additional clicks after the dialog has closed should not be emitted
217
backdrop.click();
218
expect(spy).toHaveBeenCalledTimes(1);
219
});
0 commit comments