Convert XML list markup to plain numbered text in UI test remarks
Replace <list type="number"><item>...</item></list> with plain numbered lines in method-level <remarks> blocks across 23 UI test files to match the codebase convention of using simple text in XML doc comments.
This commit is contained in:
@@ -15,11 +15,9 @@ public sealed class SearchesDashboardPageTests(PlaywrightFixture fixture) : UiTe
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Steps:
|
||||
/// <list type="number">
|
||||
/// <item>Navigate to the Searches Dashboard page.</item>
|
||||
/// <item>Assert the URL ends with /searches, /search, or /.</item>
|
||||
/// <item>Assert that "Searches Dashboard", "Search Details", or the Radzen data grid is visible.</item>
|
||||
/// </list>
|
||||
/// 1. Navigate to the Searches Dashboard page.
|
||||
/// 2. Assert the URL ends with /searches, /search, or /.
|
||||
/// 3. Assert that "Searches Dashboard", "Search Details", or the Radzen data grid is visible.
|
||||
/// </remarks>
|
||||
[Fact]
|
||||
[Trait("Category", "RequiresDockerHost")]
|
||||
|
||||
Reference in New Issue
Block a user