prevent some spurious doc comment warnings
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user