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 SearchPageTests(PlaywrightFixture fixture) : UiTestBase(fixt
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Steps:
|
||||
/// <list type="number">
|
||||
/// <item>Navigate to the search page.</item>
|
||||
/// <item>Assert the "Search Details" text is visible.</item>
|
||||
/// <item>Assert the Submit button is visible.</item>
|
||||
/// <item>Assert no error notification is present.</item>
|
||||
/// </list>
|
||||
/// 1. Navigate to the search page.
|
||||
/// 2. Assert the "Search Details" text is visible.
|
||||
/// 3. Assert the Submit button is visible.
|
||||
/// 4. Assert no error notification is present.
|
||||
/// </remarks>
|
||||
[Fact]
|
||||
[Trait("Category", "RequiresDockerHost")]
|
||||
|
||||
Reference in New Issue
Block a user