@@ -20,7 +20,7 @@ assert-css: (
20
20
// table like view
21
21
assert-css: (".item-right.docblock-short", { "padding-left": "0px" })
22
22
compare-elements-position-near: (
23
- "//*[@class='item-left module-item ']//a[text()='replaced_function']",
23
+ "//*[@class='item-left']//a[text()='replaced_function']",
24
24
".item-left .stab.deprecated",
25
25
{"y": 2},
26
26
)
@@ -32,7 +32,7 @@ compare-elements-position: (
32
32
33
33
// Ensure no wrap
34
34
compare-elements-position: (
35
- "//*[@class='item-left module-item ']//a[text()='replaced_function']/..",
35
+ "//*[@class='item-left']//a[text()='replaced_function']/..",
36
36
"//*[@class='item-right docblock-short'][text()='a thing with a label']",
37
37
("y"),
38
38
)
@@ -43,7 +43,7 @@ size: (600, 600)
43
43
// staggered layout with 2em spacing
44
44
assert-css: (".item-right.docblock-short", { "padding-left": "32px" })
45
45
compare-elements-position-near: (
46
- "//*[@class='item-left module-item ']//a[text()='replaced_function']",
46
+ "//*[@class='item-left']//a[text()='replaced_function']",
47
47
".item-left .stab.deprecated",
48
48
{"y": 2},
49
49
)
@@ -55,7 +55,7 @@ compare-elements-position: (
55
55
56
56
// Ensure wrap
57
57
compare-elements-position-false: (
58
- "//*[@class='item-left module-item ']//a[text()='replaced_function']/..",
58
+ "//*[@class='item-left']//a[text()='replaced_function']/..",
59
59
"//*[@class='item-right docblock-short'][text()='a thing with a label']",
60
60
("y"),
61
61
)
0 commit comments