mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
test improvements
This commit is contained in:
@@ -66,7 +66,7 @@ final class ComposerUITests: MockScreenTestCase {
|
||||
wysiwygTextView.tap()
|
||||
sleep(2)
|
||||
wysiwygTextView.typeText(text)
|
||||
XCUIApplication().keys["delete"].press(forDuration: 10.0)
|
||||
app.keys["delete"].press(forDuration: 10.0)
|
||||
let value = wysiwygTextView.value as! String
|
||||
XCTAssert(value == "", "Text view value is: \(value)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user