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,12 +15,10 @@ public sealed class SearchQueuePageTests(PlaywrightFixture fixture) : UiTestBase
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Steps:
|
||||
/// <list type="number">
|
||||
/// <item>Navigate to the Search Queue page.</item>
|
||||
/// <item>Assert the URL ends with /search/queue or /search (redirect).</item>
|
||||
/// <item>If on the queue page, assert "Search Queue" heading and grid/alert/loading indicator are visible.</item>
|
||||
/// <item>If redirected, assert "Search Details" is visible.</item>
|
||||
/// </list>
|
||||
/// 1. Navigate to the Search Queue page.
|
||||
/// 2. Assert the URL ends with /search/queue or /search (redirect).
|
||||
/// 3. If on the queue page, assert "Search Queue" heading and grid/alert/loading indicator are visible.
|
||||
/// 4. If redirected, assert "Search Details" is visible.
|
||||
/// </remarks>
|
||||
[Fact]
|
||||
[Trait("Category", "RequiresDockerHost")]
|
||||
|
||||
Reference in New Issue
Block a user