File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ store-position: (
20
20
{"x": second_line_x, "y": second_line_y},
21
21
)
22
22
assert: |first_line_x| != |second_line_x| && |first_line_x| == 516 && |second_line_x| == 272
23
- assert: |first_line_y| != |second_line_y| && |first_line_y| == 688 && |second_line_y| == 711
23
+ assert: |first_line_y| != |second_line_y| && |first_line_y| == 684 && |second_line_y| == 707
24
24
25
25
// Now we ensure that they're not rendered on the same line.
26
26
set-window-size: (1100, 800)
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ assert-property: (
39
39
store-value: (offset_y, 4)
40
40
41
41
// First with desktop
42
- assert-position: (".scraped-example .code-wrapper", {"y": 226 })
43
- assert-position: (".scraped-example .code-wrapper .prev", {"y": 226 + |offset_y|})
42
+ assert-position: (".scraped-example .code-wrapper", {"y": 222 })
43
+ assert-position: (".scraped-example .code-wrapper .prev", {"y": 222 + |offset_y|})
44
44
45
45
// Then with mobile
46
46
set-window-size: (600, 600)
You can’t perform that action at this time.
0 commit comments