readerhighlight_spec: arbitrary change to trigger the test

reviewable/pr11775/r1
hius07 4 weeks ago committed by GitHub
parent 8530282d38
commit 66982b57d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -165,7 +165,7 @@ describe("Readerhighlight module", function()
Screen:shot("screenshots/reader_tap_highlight_text_pdf.png")
end)
it("should highlight single word", function()
highlight_single_word(readerui, Geom:new{ x = 260, y = 70 })
highlight_single_word(readerui, Geom:new{ x = 260, y = 170 })
Screen:shot("screenshots/reader_highlight_single_word_pdf.png")
assert.truthy(#readerui.annotation.annotations == 1)
end)

Loading…
Cancel
Save