Skip to content

Commit 7cb133b

Browse files
authoredAug 11, 2020
fix: some testing entry points referring to wrong module (#854)
Some of the testing entry points were referring to incorrect modules (e.g. badge was pointing to button toggle). These changes fix them and add some of the newer harnesses that aren't in the docs. Fixes #20260.
1 parent 8e632a3 commit 7cb133b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const DOCS: { [key: string]: DocItem[] } = {
7272
exampleSpecs: {
7373
prefix: 'badge-',
7474
},
75-
additionalApiDocs: [{name: 'Testing', path: 'material-button-toggle-testing.html'}],
75+
additionalApiDocs: [{name: 'Testing', path: 'material-badge-testing.html'}],
7676
},
7777
{
7878
id: 'bottom-sheet',
@@ -100,6 +100,7 @@ const DOCS: { [key: string]: DocItem[] } = {
100100
exampleSpecs: {
101101
prefix: 'button-toggle-',
102102
},
103+
additionalApiDocs: [{name: 'Testing', path: 'material-button-toggle-testing.html'}],
103104
},
104105
{
105106
id: 'card',
@@ -222,7 +223,7 @@ const DOCS: { [key: string]: DocItem[] } = {
222223
exampleSpecs: {
223224
prefix: 'paginator-',
224225
},
225-
additionalApiDocs: [{name: 'Testing', path: 'material-autocomplete-testing.html'}],
226+
additionalApiDocs: [{name: 'Testing', path: 'material-paginator-testing.html'}],
226227
},
227228
{
228229
id: 'progress-bar',
@@ -356,6 +357,7 @@ const DOCS: { [key: string]: DocItem[] } = {
356357
exampleSpecs: {
357358
prefix: 'tooltip-',
358359
},
360+
additionalApiDocs: [{name: 'Testing', path: 'material-tooltip-testing.html'}],
359361
},
360362
{
361363
id: 'tree',

0 commit comments

Comments
 (0)