Update files following swiftformat upgrade

This commit is contained in:
Stefan Ceriu
2026-01-27 08:47:03 +02:00
committed by Stefan Ceriu
parent 2bb26efbe1
commit 04053ae69b
343 changed files with 1502 additions and 1048 deletions

View File

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

View File

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