[dev-v5] [Dialog and Drawer] Display a Panel / Drawer (Left or Right) #2319
build-core-lib.yml
on: pull_request
Build and Test Core Lib
1m 2s
Matrix: Analyze
Annotations
3 errors and 1 warning
Microsoft.FluentUI.AspNetCore.Components.Tests.Components.Dialog.FluentDialogBodyTests ► FluentDialogBody_Default:
tests/Core/Verify/FluentAssert.cs#L116
Failed test found in:
TestResults/_fv-az1672-836_2025-01-10_11_37_58.trx
Error:
Bunit.HtmlEqualException : HTML comparison failed.
The following errors were found:
1: The expected element at fluent-dialog-body(1) and the actual element at fluent-drawer-body(0) are different.
2: The value of the attribute fluent-dialog-body(1) > div(3)[slot] and actual attribute fluent-drawer-body(0) > div(1)[slot] are different.
3: The value of the attribute fluent-dialog-body(1) > div(7)[slot] and actual attribute fluent-drawer-body(0) > div(3)[slot] are different.
Actual HTML:
<fluent-drawer-body fuib="">
<div slot="title">My title</div>
<div slot="close">My title actions</div>
<div>My content</div>
<div slot="footer">
My actions
</div>
</fluent-drawer-body>
Expected HTML:
<fluent-dialog-body fuib="">
<div slot="title">My title</div>
<div slot="title-action">My title actions</div>
<div>My content</div>
<div slot="action">
My actions
</div>
</fluent-dialog-body>
|
Build and Test Core Lib
Process completed with exit code 1.
|
Build and Test Core Lib
Process completed with exit code 1.
|
Build and Test Core Lib
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|