From 3380d48568936c1ed7505cc97a2f8e9e24ca7842 Mon Sep 17 00:00:00 2001 From: takahirom Date: Tue, 23 Jul 2024 09:04:12 +0900 Subject: [PATCH] Fix behavior description of AboutScreenTest --- .../io/github/droidkaigi/confsched/about/AboutScreenTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/about/src/androidUnitTest/kotlin/io/github/droidkaigi/confsched/about/AboutScreenTest.kt b/feature/about/src/androidUnitTest/kotlin/io/github/droidkaigi/confsched/about/AboutScreenTest.kt index 5840f7b7b..bed95b678 100644 --- a/feature/about/src/androidUnitTest/kotlin/io/github/droidkaigi/confsched/about/AboutScreenTest.kt +++ b/feature/about/src/androidUnitTest/kotlin/io/github/droidkaigi/confsched/about/AboutScreenTest.kt @@ -45,7 +45,7 @@ class AboutScreenTest( setupScreenContent() } } - itShould("show scr") { + itShould("show detail section") { captureScreenWithChecks { checkDetailSectionDisplayed() }