We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a815d commit 37ba3b9Copy full SHA for 37ba3b9
test/e2e/docsAppE2E.js
@@ -68,4 +68,11 @@ describe('docs.angularjs.org', function () {
68
expect(element(by.css('.minerr-errmsg')).getText()).toEqual("Argument 'Missing' is not a function, got undefined");
69
});
70
71
+
72
+ describe("templates", function() {
73
+ it("should show parameter defaults", function() {
74
+ browser.get('index-debug.html#!/api/ng/service/$timeout');
75
+ expect(element.all(by.css('.input-arguments p em')).first().getText()).toContain('(default: 0)');
76
+ });
77
78
0 commit comments