Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/modules/playground/e2e_test/material/button_spec.ts

11 lines
333 B
TypeScript
Raw Normal View History

refactor(test): rename test_lib to testing Old test_lib is now testing_internal test_lib_public is now testing
2015-10-13 00:29:13 -07:00
import {verifyNoBrowserErrors} from 'angular2/src/testing/e2e_util';
chore(material): add simple e2e smoke tests for components.
2015-05-04 18:34:06 -07:00
refactor(examples/e2e_test): Ts'ifying examples/e2_test Translate AtScript in examples/e2e_test to TypeScript. Closes #2294
2015-05-29 14:33:54 -07:00
describe('md-button', function() {
chore: rename modules/examples to modules/playground The directory contains code authored in a style that makes it transpilable to dart. As such, these are not idiomatic examples of Angular 2 usage. The main purpose of this directory is to enable experimentation with Angular within the angular/angular repository. Closes #4342 Closes #4639
2015-10-10 00:25:17 +02:00
var url = 'playground/src/material/button/index.html';
chore(material): add simple e2e smoke tests for components.
2015-05-04 18:34:06 -07:00
beforeEach(() => { browser.get(url); });
refactor(examples/e2e_test): Ts'ifying examples/e2_test Translate AtScript in examples/e2e_test to TypeScript. Closes #2294
2015-05-29 14:33:54 -07:00
afterEach(verifyNoBrowserErrors);
chore(material): add simple e2e smoke tests for components.
2015-05-04 18:34:06 -07:00
// Buttons are broken right now, see https://github.com/angular/angular/issues/1602
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 92ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API