Highlights: quicker Style and Note marker dialogs (#13223)
Some checks are pending
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run

This commit is contained in:
hius07
2025-02-12 09:14:03 +02:00
committed by GitHub
parent c65e7971ec
commit 70fcc90a3c
6 changed files with 87 additions and 100 deletions

View File

@@ -68,7 +68,7 @@ describe("Readerhighlight module", function()
readerui.highlight:onTap(nil, { pos = pos2 })
fastforward_ui_events()
screenshot(Screen, screenshot_filename)
assert.truthy(readerui.highlight.edit_highlight_dialog)
assert.truthy(UIManager:getTopmostVisibleWidget().name == "edit_highlight_dialog")
end
describe("highlight for EPUB documents", function()