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 fbc0b95 commit 8d09961Copy full SHA for 8d09961
e2e/components/dialog-e2e.spec.ts
@@ -6,6 +6,7 @@ import {
6
clickElementAtPoint,
7
waitForElement,
8
} from '../util/index';
9
+import {screenshot} from '../screenshot';
10
11
12
describe('dialog', () => {
@@ -14,6 +15,7 @@ describe('dialog', () => {
14
15
it('should open a dialog', () => {
16
element(by.id('default')).click();
17
expectToExist('md-dialog-container');
18
+ screenshot('simple dialog opened');
19
});
20
21
it('should open a template dialog', () => {
0 commit comments