Skip to content

Commit

Permalink
Log use ksp value from System property
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 committed Sep 3, 2022
1 parent fb87f3c commit 58a6ac2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -49,6 +49,7 @@ class ShowcaseBrowserTest {

@Test
fun activity_starts_and_all_the_showkase_ui_elements_are_visible_on_the_screen_and_clickable() {
println("Use KSP value = ${System.getProperty("useKsp")}")
// Assert that all the categories are displayed on the screen and that they are clickable.
composeTestRule.verifyLandingScreen(
components = componentSize,
Expand Down

0 comments on commit 58a6ac2

Please sign in to comment.