2021-09-10 06:40:38 -05:00
|
|
|
// Make sure that the last two entries are more than 12 pixels apart and not stacked on each other.
|
|
|
|
|
2022-10-07 13:17:05 -05:00
|
|
|
goto: "file://" + |DOC_PATH| + "/test_docs/huge_amount_of_consts/index.html"
|
2022-01-21 13:41:47 -06:00
|
|
|
|
2021-12-12 11:28:58 -06:00
|
|
|
compare-elements-position-near-false: (
|
|
|
|
"//*[@class='item-table']//div[last()-1]",
|
|
|
|
"//*[@class='item-table']//div[last()-3]",
|
|
|
|
{"y": 12},
|
|
|
|
)
|