Skip to content

Commit

Permalink
Update TelecomSampleTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehopkinsdev committed Oct 12, 2023
1 parent 1d54316 commit ad3b5e5
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ class TelecomSampleTest {
waitUntilExactlyOneExists(hasText("Connected"), 5000)
onNode(hasText("Bob")).assertIsDisplayed()

// Check Toggle between speaker and earphone (except for tablets)
val speaker = "Speaker"
val endpoints = "Toggle Endpoints"
onNodeWithContentDescription(endpoints).apply {
assertIsEnabled()
performClick()
}

waitUntilExactlyOneExists(hasText(speaker), 5000)

val onHold = "Pause or resume call"
onNodeWithContentDescription(onHold).apply {
assertIsEnabled()
Expand Down

0 comments on commit ad3b5e5

Please sign in to comment.