6 Commits

Author SHA1 Message Date
Andrew Scott
62b5a6cb07 docs: add docs for DebugElement ()
fixes 

PR Close 
2021-05-27 17:02:24 -07:00
Sam Severance
17d0dd3593 docs: update links to Testing Component Scenarios page ()
PR Close 
2021-05-27 08:56:05 -07:00
George Kalpakas
a086976d68 fix(docs-infra): improve heading styles ()
This commit includes some general improvements to heading styles
(font-weight, margin/padding). It also adds a horizontal separator above
`<h2>` headings to segment important sections more easily.
(As a consequence, we can remove several `<hr />` elements right before
`<h2>` headings.)

Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>

PR Close 
2021-02-02 12:04:55 -08:00
Ajit Singh
2a643e1ab6 docs: change function name from async -> waitForAsync ()
async function name was changed to waitForAsync but it was left in testing-utility-api
file.

PR Close 
2020-08-21 12:17:51 -07:00
JiaLiPassion
8fbf40bf40 feat(core): update reference and doc to change async to waitAsync. ()
The last commit change `async` to `waitForAsync`.
This commit update all usages in the code and also update aio doc.

PR Close 
2020-08-03 12:54:13 -07:00
Kapunahele Wong
bdbbff6a1a docs: break testing doc into multiple docs ()
This commit breaks up the testing document into nine total documents, with each document focusing on an existing section of the current testing documentation. There are no content changes.

PR Close 
2020-07-08 16:01:49 -07:00