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