prevent some spurious doc comment warnings

This commit is contained in:
Sixten Otto
2023-02-20 10:54:14 -07:00
parent 44051cf045
commit 60ca0567fa
2 changed files with 7 additions and 7 deletions

View File

@ -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 {

View File

@ -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)
}