We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e9bc9 commit d736c31Copy full SHA for d736c31
1 file changed
modules/playground/e2e_test/material/dialog_spec.ts
@@ -6,7 +6,7 @@ describe('md-dialog', function() {
6
beforeEach(() => { browser.get(url); });
7
afterEach(verifyNoBrowserErrors);
8
9
- it('should open a dialog', function() {
+ xit('should open a dialog', function() {
10
var openButton = element(by.id('open'));
11
openButton.click();
12
0 commit comments