IMPORTANT: The file content has been truncated. Status: Showing lines 1-15 of 59 total lines. Action: To read more of the file, you can use the 'start_line' and 'end_line' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use start_line: 16. --- FILE CONTENT (truncated) --- package com.servicebook.ui.navigation import androidx.compose.ui.test.junit4.createComposeRule import androidx.compose.ui.test.onRoot import com.servicebook.ui.theme.ServiceBookTheme import com.servicebook.ui.util.BaseScreenshotTest import org.junit.Rule import org.junit.Test class SetupScreenshotTest : BaseScreenshotTest() { @get:Rule val composeTestRule = createComposeRule() @Test fun setup_step1_folder() {