Use xcresultparser in all workflows. (#2510)

* Fix integration tests.
This commit is contained in:
Doug
2024-02-28 18:01:20 +00:00
committed by GitHub
parent 56e124d88f
commit 8942bdcfe3
8 changed files with 27 additions and 69 deletions

View File

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