2021-10-20 08:44:16 -05:00
|
|
|
// This test ensures that the reexport of a macro doesn't make the original macro
|
|
|
|
// displayed twice in the sidebar.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/macro.repro.html"
|
2022-10-11 10:50:41 -05:00
|
|
|
wait-for: ".sidebar-elems .block.macro a"
|
2021-10-20 08:44:16 -05:00
|
|
|
assert-count: ("//*[@class='sidebar-elems']//*[@class='block macro']//a[text()='repro']", 1)
|