Skip to content

Commit

Permalink
readerhighlight_spec: add #nocov to some highlight tests
Browse files Browse the repository at this point in the history
The problem stems from <koreader#10492> but we need the translations to go through.
  • Loading branch information
Frenzie committed Jun 9, 2023
1 parent fc71814 commit 879e36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/unit/readerhighlight_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe("Readerhighlight module", function()
after_each(function()
readerui.highlight:clear()
end)
it("should response on tap gesture", function()
it("should response on tap gesture #nocov", function()
tap_highlight_text(readerui,
Geom:new{ x = 260, y = 70 },
Geom:new{ x = 260, y = 150 },
Expand All @@ -179,7 +179,7 @@ describe("Readerhighlight module", function()
after_each(function()
readerui.highlight:clear()
end)
it("should respond to tap gesture", function()
it("should respond to tap gesture #nocov", function()
tap_highlight_text(readerui, Geom:new{ x = 260, y = 70 }, Geom:new{ x = 260, y = 150 }, Geom:new{ x = 280, y = 110 })
Screen:shot("screenshots/reader_tap_highlight_text_pdf_scanned.png")
end)
Expand All @@ -206,7 +206,7 @@ describe("Readerhighlight module", function()
-- We haven't torn it down yet
ReaderUI.instance = readerui
end)
it("should response on tap gesture", function()
it("should response on tap gesture #nocov", function()
tap_highlight_text(readerui, Geom:new{ x = 260, y = 70 }, Geom:new{ x = 260, y = 150 }, Geom:new{ x = 280, y = 110 })
Screen:shot("screenshots/reader_tap_highlight_text_pdf_reflowed.png")
end)
Expand Down

0 comments on commit 879e36b

Please sign in to comment.