angular-cn/modules/playground/e2e_test/material/button_spec.ts

11 lines
333 B
TypeScript

import {verifyNoBrowserErrors} from 'angular2/src/testing/e2e_util';
describe('md-button', function() {
var url = 'playground/src/material/button/index.html';
beforeEach(() => { browser.get(url); });
afterEach(verifyNoBrowserErrors);
// Buttons are broken right now, see https://github.com/angular/angular/issues/1602
});