Update files following swiftformat upgrade
This commit is contained in:
committed by
Stefan Ceriu
parent
2bb26efbe1
commit
04053ae69b
@@ -13,7 +13,9 @@ enum IntegrationTestsError: Error {
|
||||
}
|
||||
|
||||
extension XCUIApplication {
|
||||
private var doesNotExistPredicate: NSPredicate { NSPredicate(format: "exists == 0") }
|
||||
private var doesNotExistPredicate: NSPredicate {
|
||||
NSPredicate(format: "exists == 0")
|
||||
}
|
||||
|
||||
func login(currentTestCase: XCTestCase) throws {
|
||||
let getStartedButton = buttons[A11yIdentifiers.authenticationStartScreen.signIn]
|
||||
|
||||
@@ -30,7 +30,7 @@ class UserFlowTests: XCTestCase {
|
||||
app.logout()
|
||||
}
|
||||
|
||||
// Assumes app is on the home screen
|
||||
/// Assumes app is on the home screen
|
||||
private func checkRoomFlows() {
|
||||
// Wait for the room list to paginate and correctly compute the room display names otherwise the test room
|
||||
// won't be found
|
||||
|
||||
Reference in New Issue
Block a user