@ -92,9 +92,9 @@ class NavigationTest {
private val sampleTopic = " Headlines "
private val appName by composeTestRule . stringResource ( R . string . app _name )
private val saved by composeTestRule . stringResource ( BookmarksR . string . feature _bookmarks _api _title )
private val settings by composeTestRule . stringResource ( SettingsR . string . feature _settings _ top_app _bar _action _icon _description )
private val brand by composeTestRule . stringResource ( SettingsR . string . feature _settings _ brand_android )
private val ok by composeTestRule . stringResource ( SettingsR . string . feature _settings _ dismiss_dialog _button _text )
private val settings by composeTestRule . stringResource ( SettingsR . string . feature _settings _ impl_ top_app _bar _action _icon _description )
private val brand by composeTestRule . stringResource ( SettingsR . string . feature _settings _ impl_ brand_android )
private val ok by composeTestRule . stringResource ( SettingsR . string . feature _settings _ impl_ dismiss_dialog _button _text )
@Before
fun setup ( ) = hiltRule . inject ( )