Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import com.wire.android.tests.core.BaseUiTest
import com.wire.android.tests.support.tags.Category
import com.wire.android.tests.support.tags.TestCaseId
import uiautomatorutils.UiWaitUtils.WaitUtils.waitFor
import uiautomatorutils.UiWaitUtils.waitUntilToastIsDisplayed

@RunWith(AndroidJUnit4::class)
class FileSharingBetweenTeams : BaseUiTest() {
Expand Down Expand Up @@ -169,7 +170,7 @@ class FileSharingBetweenTeams : BaseUiTest() {

step("Verify connection accepted toast and start a conversation with sender") {
pages.connectedUserProfilePage.apply {
assertToastMessageIsDisplayed("Connection request accepted")
waitUntilToastIsDisplayed("Connection request accepted")
clickStartConversationButton()
}
}
Expand Down
Loading