diff --git a/app/src/androidTest/java/journal/gratitude/com/gratitudejournal/ui/EntryFragmentInstrumentedTest.kt b/app/src/androidTest/java/journal/gratitude/com/gratitudejournal/ui/EntryFragmentInstrumentedTest.kt index 21fdbf03..f836f4b5 100644 --- a/app/src/androidTest/java/journal/gratitude/com/gratitudejournal/ui/EntryFragmentInstrumentedTest.kt +++ b/app/src/androidTest/java/journal/gratitude/com/gratitudejournal/ui/EntryFragmentInstrumentedTest.kt @@ -109,7 +109,6 @@ class EntryFragmentInstrumentedTest { fragmentArgs = args.toBundle() ) - //TODO hint is no longer used here onView(withId(R.id.entry_text)).check(matches(withHint("What were you grateful for?"))) onView(withId(R.id.prompt_button)).perform(click()) onView(withId(R.id.entry_text)).check(matches(not(withHint("What were you grateful for?")))) diff --git a/coveragereporting.gradle b/coveragereporting.gradle index 806152ba..1716f14a 100644 --- a/coveragereporting.gradle +++ b/coveragereporting.gradle @@ -29,6 +29,7 @@ def fileFilter = ['**/R.class', '**/*adapter*.*', '**/*Activity*.*', '**/AppLockFragment*', + '**/LocaleHelper*', '**/TimelineFragment*', '**/calendar/*.*',]