2021-07-19 05:02:41 -05:00
|
|
|
// This test ensures that <table> elements aren't display in items summary.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/lib2/summary_table/index.html"
|
2021-07-19 05:02:41 -05:00
|
|
|
// We check that we picked the right item first.
|
2023-02-07 20:00:18 -06:00
|
|
|
assert-text: (".item-table .item-name", "Foo")
|
2021-07-19 05:02:41 -05:00
|
|
|
// Then we check that its summary is empty.
|
2023-02-07 20:00:18 -06:00
|
|
|
assert-false: ".item-table .desc"
|