Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e234cde authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix SettingsPagerTest#twoPage_initialState"

parents 54827585 21839f29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildscript {
        BUILD_TOOLS_VERSION = "30.0.3"
        MIN_SDK = 21
        TARGET_SDK = 33
        jetpack_compose_version = '1.4.0-alpha01'
        jetpack_compose_version = '1.4.0-alpha03'
        jetpack_compose_compiler_version = '1.3.2'
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ dependencies {
    api "androidx.slice:slice-builders:1.1.0-alpha02"
    api "androidx.slice:slice-core:1.1.0-alpha02"
    api "androidx.slice:slice-view:1.1.0-alpha02"
    api "androidx.compose.material3:material3:1.1.0-alpha01"
    api "androidx.compose.material3:material3:1.1.0-alpha03"
    api "androidx.compose.material:material-icons-extended:$jetpack_compose_version"
    api "androidx.compose.runtime:runtime-livedata:$jetpack_compose_version"
    api "androidx.compose.ui:ui-tooling-preview:$jetpack_compose_version"
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ class SettingsPagerTest {
        composeTestRule.onNodeWithText("Personal").assertIsSelected()
        composeTestRule.onNodeWithText("Page 0").assertIsDisplayed()
        composeTestRule.onNodeWithText("Work").assertIsNotSelected()
        composeTestRule.onNodeWithText("Page 1").assertIsNotDisplayed()
        composeTestRule.onNodeWithText("Page 1").assertDoesNotExist()
    }

    @Test