mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
prevent some spurious doc comment warnings
This commit is contained in:
parent
44051cf045
commit
60ca0567fa
2 changed files with 7 additions and 7 deletions
|
|
@ -64,8 +64,8 @@ final class AppStoreScreenshots: XCTestCase {
|
|||
//
|
||||
snapshot("ReaderTTSPlayer")
|
||||
|
||||
/// app.children(matching: .window).element(boundBy: 0).tap()
|
||||
// XCUIApplication().buttons["Back"].tap()
|
||||
// app.children(matching: .window).element(boundBy: 0).tap()
|
||||
// XCUIApplication().buttons["Back"].tap()
|
||||
}
|
||||
|
||||
func testScreenshotReaderActions() throws {
|
||||
|
|
|
|||
|
|
@ -213,11 +213,11 @@
|
|||
}
|
||||
})
|
||||
// .simultaneousGesture(
|
||||
//// DragGesture().onChanged {
|
||||
//// let isScrollDown = $0.translation.height > 0
|
||||
//// print(isScrollDown)
|
||||
//// }
|
||||
//// )
|
||||
// DragGesture().onChanged {
|
||||
// let isScrollDown = $0.translation.height > 0
|
||||
// print(isScrollDown)
|
||||
// }
|
||||
// )
|
||||
}
|
||||
.background(Color.themeDisabledBG)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue