Skip to content

Commit

Permalink
Fix part of #1028: Add Story app tests to the non-flaky queue (#1133)
Browse files Browse the repository at this point in the history
* Update config.yml

* Update config.yml

* Update config.yml

* Update WalkthroughFinalFragmentTest.kt

* Update WalkthroughFinalFragmentTest.kt
  • Loading branch information
veena14cs authored May 27, 2020
1 parent 424f5b3 commit ce4d9f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ jobs:
name: Domain tests
command: ./.circleci/gradle/gradlew -i :domain:test
- run:
name: App - FAQ, Help, Splash, Parser, RecyclerView, Utility tests, Walkthrough
command: ./.circleci/gradle/gradlew -i :app:testDebugUnitTest --tests org.oppia.app.faq* --tests org.oppia.app.help* --tests org.oppia.app.splash* --tests org.oppia.app.parser* --tests org.oppia.app.recyclerview* --tests org.oppia.app.utility* --tests org.oppia.app.walkthrough*
name: App - FAQ, Help, Splash, Parser, RecyclerView, Story, Utility tests, Walkthrough
command: ./.circleci/gradle/gradlew -i :app:testDebugUnitTest --tests org.oppia.app.faq* --tests org.oppia.app.help* --tests org.oppia.app.splash*
--tests org.oppia.app.parser* --tests org.oppia.app.recyclerview* --tests org.oppia.app.story* --tests org.oppia.app.utility* --tests org.oppia.app.walkthrough*
- run:
name: Save test results
command: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import androidx.test.espresso.action.ViewActions.scrollTo
import androidx.test.espresso.assertion.ViewAssertions.matches
import androidx.test.espresso.contrib.RecyclerViewActions.scrollToPosition
import androidx.test.espresso.intent.Intents
import androidx.test.espresso.matcher.ViewMatchers.*
import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
import androidx.test.espresso.matcher.ViewMatchers.isRoot
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withText
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.hamcrest.CoreMatchers.containsString
import org.junit.After
Expand Down

0 comments on commit ce4d9f7

Please sign in to comment.