@@ -46,7 +46,7 @@ class PerformanceTests: XCTestCase {
|
||||
firstRoom.tap()
|
||||
|
||||
// Go back to the room list
|
||||
let backButton = app.navigationBars.firstMatch.buttons["All Chats"]
|
||||
let backButton = app.navigationBars.firstMatch.buttons["Chats"]
|
||||
XCTAssertTrue(backButton.waitForExistence(timeout: 10.0))
|
||||
backButton.tap()
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ class UserFlowTests: XCTestCase {
|
||||
invitesButton.tap()
|
||||
|
||||
// Go back to the room list
|
||||
tapOnBackButton("All Chats")
|
||||
tapOnBackButton("Chats")
|
||||
}
|
||||
|
||||
private func checkPhotoSharing() {
|
||||
@@ -162,7 +162,7 @@ class UserFlowTests: XCTestCase {
|
||||
tapOnBackButton()
|
||||
|
||||
// Go back to the room list
|
||||
tapOnBackButton("All Chats")
|
||||
tapOnBackButton("Chats")
|
||||
}
|
||||
|
||||
private func checkSettings() {
|
||||
|
||||
Reference in New Issue
Block a user