You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test CanFilterAuthor_WithoutName fails because the Author column in the output is sometimes truncated (e.g., shown as Blazor Mic...), which prevents a full match with the filter value "micro". This causes false negatives in assertions that expect full author names. The test should be skipped until the output format is stabilized or the test is updated to handle truncation.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The test CanFilterAuthor_WithoutName fails because the
Author
column in the output is sometimes truncated (e.g., shown asBlazor Mic...
), which prevents a full match with the filter value "micro". This causes false negatives in assertions that expect full author names. The test should be skipped until the output format is stabilized or the test is updated to handle truncation.The text was updated successfully, but these errors were encountered: