test(material): disable problematic e2e test
LGTM from Victor and Jeff in person :)
This commit is contained in:
parent
a7e9bc97f6
commit
d736c31fea
|
@ -6,7 +6,7 @@ describe('md-dialog', function() {
|
|||
beforeEach(() => { browser.get(url); });
|
||||
afterEach(verifyNoBrowserErrors);
|
||||
|
||||
it('should open a dialog', function() {
|
||||
xit('should open a dialog', function() {
|
||||
var openButton = element(by.id('open'));
|
||||
openButton.click();
|
||||
|
||||
|
|
Loading…
Reference in New Issue