Skip to content

Commit

Permalink
Fix oppia#5225: Remove the EnableLanguageSelectionUi Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanikanta335 committed Dec 5, 2023
1 parent 359b7ca commit 6f01b59
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import androidx.test.espresso.assertion.ViewAssertions.matches
import androidx.test.espresso.intent.Intents
import androidx.test.espresso.intent.Intents.intended
import androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent
import androidx.test.espresso.intent.matcher.IntentMatchers.hasExtra
import androidx.test.espresso.matcher.ViewMatchers.isCompletelyDisplayed
import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
import androidx.test.espresso.matcher.ViewMatchers.isRoot
import androidx.test.espresso.matcher.ViewMatchers.withContentDescription
import androidx.test.espresso.matcher.ViewMatchers.withId
Expand Down Expand Up @@ -353,7 +351,7 @@ class OptionsFragmentTest {
)
}
}

@Test
fun testOptionsFragment_defaultAudioLanguageIsDisplayed() {
launch<OptionsActivity>(
Expand Down

0 comments on commit 6f01b59

Please sign in to comment.