Skip to content

Release version 0.3.8 #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 16, 2025

Release PR 0.3.8

8c86851
Select commit
Loading
Failed to load commit list.
Merged

Release version 0.3.8 #782

Release PR 0.3.8
8c86851
Select commit
Loading
Failed to load commit list.
Azure Pipelines / fluentui-android-build succeeded Jun 16, 2025 in 38m 13s

Build #20250616.2 had test failures

Details

Tests

  • Failed: 19 (12.75%)
  • Passed: 130 (87.25%)
  • Other: 0 (0.00%)
  • Total: 149

Annotations

Check failure on line 1 in testAppBarSubtitleToggle

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fluentui-android-build

testAppBarSubtitleToggle

Test failed
Raw output
java.lang.AssertionError: Failed: assertDoesNotExist.
Reason: Did not expect any node but found '2' nodes that satisfy: (TestTag = 'Fluent App bar Subtitle')
Nodes found:
1) Node #286 at (l=264.0, t=2032.0, r=836.0, b=2084.0)px, Tag: 'Fluent App bar Subtitle'
Has 1 child, 4 siblings
2) Node #256 at (l=176.0, t=128.0, r=826.0, b=192.0)px, Tag: 'Fluent App bar Subtitle'
Has 1 child, 3 siblings

at androidx.compose.ui.test.SemanticsNodeInteraction.assertDoesNotExist(SemanticsNodeInteraction.kt:100)
at com.microsoft.fluentuidemo.BaseTest.assertExistsAfterToggleOnly(BaseTest.kt:82)
at com.microsoft.fluentuidemo.demos.V2AppBarLayoutActivityUITest.testAppBarSubtitleToggle(V2AppBarLayoutActivityUITest.kt:40)

Check failure on line 1 in testToggleStates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fluentui-android-build

testToggleStates

Test failed
Raw output
java.lang.AssertionError: Failed to inject touch input.
Reason: Expected exactly '1' node but could not find any node that satisfies: (Text + EditableText contains 'Toggle Activity' (ignoreCase: false))

at androidx.compose.ui.test.SemanticsNodeInteraction.fetchOneOrDie(SemanticsNodeInteraction.kt:178)
at androidx.compose.ui.test.SemanticsNodeInteraction.fetchOneOrDie$default(SemanticsNodeInteraction.kt:150)
at androidx.compose.ui.test.SemanticsNodeInteraction.fetchSemanticsNode(SemanticsNodeInteraction.kt:84)
at androidx.compose.ui.test.ActionsKt.performTouchInput(Actions.kt:368)
at androidx.compose.ui.test.Actions_androidKt.performClickImpl(Actions.android.kt:20)
at androidx.compose.ui.test.ActionsKt.performClick(Actions.kt:51)
at com.microsoft.fluentuidemo.demos.V2AvatarActivityUITest.testToggleStates(V2AvatarActivityUITest.kt:31)

Check failure on line 1 in testBottomDrawer1

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fluentui-android-build

testBottomDrawer1

Test failed
Raw output
java.util.NoSuchElementException: Cannot get random in empty range: 2236..2131
at kotlin.ranges.RangesKt___RangesKt.random(_Ranges.kt:193)
at com.microsoft.fluentuidemo.demos.V2BottomDrawerUITest$testBottomDrawer1$1.invoke(V2BottomDrawerUITest.kt:91)
at com.microsoft.fluentuidemo.demos.V2BottomDrawerUITest$testBottomDrawer1$1.invoke(V2BottomDrawerUITest.kt:90)
at androidx.compose.ui.test.MultiModalInjectionScopeImpl.touch(MultiModalInjectionScope.kt:159)
at androidx.compose.ui.test.ActionsKt.performTouchInput(Actions.kt:371)
at com.microsoft.fluentuidemo.demos.V2BottomDrawerUITest.testBottomDrawer1(V2BottomDrawerUITest.kt:90)

Check failure on line 1 in testBottomDrawer2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fluentui-android-build

testBottomDrawer2

Test failed
Raw output
androidx.compose.ui.test.ComposeTimeoutException: Condition still not satisfied after 1000 ms
at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.waitUntil(ComposeUiTest.android.kt:431)
at androidx.compose.ui.test.ComposeUiTestKt.waitUntilNodeCount(ComposeUiTest.kt:208)
at androidx.compose.ui.test.ComposeUiTestKt.waitUntilDoesNotExist(ComposeUiTest.kt:269)
at androidx.compose.ui.test.junit4.AndroidComposeTestRule.waitUntilDoesNotExist(AndroidComposeTestRule.android.kt:322)
at androidx.compose.ui.test.junit4.ComposeTestRule$-CC.waitUntilDoesNotExist$default(ComposeTestRule.jvm.kt:195)
at com.microsoft.fluentuidemo.demos.V2BottomDrawerUITest.waitForDrawerClose(V2BottomDrawerUITest.kt:49)
at com.microsoft.fluentuidemo.demos.V2BottomDrawerUITest.closeCheckForVerticalDrawer(V2BottomDrawerUITest.kt:60)
at com.microsoft.fluentuidemo.demos.V2BottomDrawerUITest.testBottomDrawer2(V2BottomDrawerUITest.kt:116)