2022-12-31 04:15:02 -06:00
|
|
|
// This test ensures that the correct font is used in scraped examples.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/scrape_examples/fn.test_many.html"
|
2022-12-01 12:31:44 -06:00
|
|
|
|
|
|
|
store-value: (font, '"Fira Sans", Arial, NanumBarunGothic, sans-serif')
|
|
|
|
|
|
|
|
wait-for-css: (".scraped-example-title", {"font-family": |font|})
|
|
|
|
wait-for-css: (".more-examples-toggle summary", {"font-family": |font|})
|
|
|
|
wait-for-css: (".more-examples-toggle .hide-more", {"font-family": |font|})
|
|
|
|
wait-for-css: (".example-links a", {"font-family": |font|})
|