fix: restore demo build and drawing interactions

This commit is contained in:
shen
2026-07-15 21:13:05 +08:00
parent 1422461224
commit 52f803e8db
24 changed files with 3468 additions and 2341 deletions
@@ -66,7 +66,7 @@ final class PDFAnnotationTests: XCTestCase {
// reset
app.terminate()
app.launchAndOpenSamplePDF(
bookTitleQuery: "PDF测试文件",
bookTitleQuery: "英汉大词典",
resetsReaderState: false,
pdfTextSource: "host-fixture"
)
@@ -156,7 +156,7 @@ final class PDFAnnotationTests: XCTestCase {
@discardableResult
private func openPDF(textSource: String) -> XCUIElement {
app.launchAndOpenSamplePDF(
bookTitleQuery: "PDF测试文件",
bookTitleQuery: "英汉大词典",
resetsReaderState: true,
pdfTextSource: textSource
)