fix: restore demo build and drawing interactions
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user