feat: optimize reader caching and document formats
This commit is contained in:
@@ -153,7 +153,7 @@ final class LocationPersistenceTests: XCTestCase {
|
||||
}
|
||||
|
||||
func testHighlightNavigationSurvivesFontChoiceChange() throws {
|
||||
app.launchAndOpenSampleBook(resetsReaderState: true, pageNumber: 3)
|
||||
app.launchAndOpenSampleBook(pageNumber: 3, resetsReaderState: true)
|
||||
app.waitForReader(timeout: 12)
|
||||
|
||||
let initialState = app.waitForDemoReaderState(timeout: 8, description: "初始位于第 3 页") { state in
|
||||
|
||||
Reference in New Issue
Block a user