Srikanth
Srikanth
> @srikanthkb Hey, any update on this PR? Here's the update from your [comment](https://github.com/oppia/oppia/pull/15506#discussion_r897817102): - lines 1145 to 1146 have been implemented - lines 1153 to 1156 have been implemented...
I took a look at this issue for the **first** test case `testAudioWithWifi_openRatioExploration_clickAudioIcon_checkAudioFragmentHasDefaultLanguageAndAutoPlays()`, here's what I think: - When the audio player button is clicked, the audio player UI is...
On more deeper investigation, I found that there are two issues with this test: 1. In the following line https://github.com/oppia/oppia-android/blob/6107ecd0b74eeb2c59fff3585d93db545ff9cb67/app/src/sharedTest/java/org/oppia/android/app/player/exploration/ExplorationActivityTest.kt#L549 The error observed is as follows:  2. If the...
Here's an update on investigating this issue: - `ExplorationActivity` hosts the audio option in the toolbar. - Audio option is enabled and disabled by extending the `AudioUiManager` interface. - And...
> > > Here are the results I got when running the same Pong test case as you did in the course. it is marginally better than my run with...
Here's a crude explanation of what could happen: 1. Let's say I have to introduce changes sequentially in two files (`file1` and `file2`). 2. I will want to create independent...
@BenHenning There's few concerns regarding the uncommitted changes: 1. If the pre-push script fails, and it asks to commit the changes, and if we create a commit (with all the...