Skip to content

Commit

Permalink
Adjust 'Create conversation' test.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Jun 28, 2023
1 parent bfc0cff commit 09c1f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NextcloudTalkUITests/NextcloudTalkUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ final class NextcloudTalkUITests: XCTestCase {
let newConversationName = "Test conversation"

app.navigationBars["Nextcloud Talk"].buttons["Create a new conversation"].tap()
XCTAssert(app.tables.cells.staticTexts["Create a new group conversation"].waitForExistence(timeout: timeoutShort))
XCTAssert(app.tables.cells.staticTexts["Create a new public conversation"].waitForExistence(timeout: timeoutShort))
XCTAssert(app.tables.cells.staticTexts["Show list of open conversations"].waitForExistence(timeout: timeoutShort))
app.tables.cells.staticTexts["Create a new group conversation"].tap()
app.navigationBars["RoomCreationTableView"].buttons["Next"].tap()
app.typeText(newConversationName)
Expand Down

0 comments on commit 09c1f57

Please sign in to comment.