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:
@@ -14,17 +14,15 @@ public sealed class TimeSpanPcOperatorSearchTests(PlaywrightFixture fixture) : S
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Steps (smoke mode stops after step 4; strict mode runs all steps):
|
||||
/// <list type="number">
|
||||
/// <item>Navigate to the search page.</item>
|
||||
/// <item>Enter the search name "MIGRATED-TC-160".</item>
|
||||
/// <item>Select the "Time Span + Profit Center + Operator" search type from the dropdown.</item>
|
||||
/// <item>Verify the dropdown displays the selected type.</item>
|
||||
/// <item>Set the date range to 01/01/2019 – 12/31/2019 (strict only).</item>
|
||||
/// <item>Add autocomplete value "1AM" to the "Filter by Profit Center" panel (strict only).</item>
|
||||
/// <item>Add autocomplete value "ADAMSSN" to the "Filter by Operator" panel (strict only).</item>
|
||||
/// <item>Click Submit (strict only).</item>
|
||||
/// <item>Assert no error notification is present (strict only).</item>
|
||||
/// </list>
|
||||
/// 1. Navigate to the search page.
|
||||
/// 2. Enter the search name "MIGRATED-TC-160".
|
||||
/// 3. Select the "Time Span + Profit Center + Operator" search type from the dropdown.
|
||||
/// 4. Verify the dropdown displays the selected type.
|
||||
/// 5. Set the date range to 01/01/2019 – 12/31/2019 (strict only).
|
||||
/// 6. Add autocomplete value "1AM" to the "Filter by Profit Center" panel (strict only).
|
||||
/// 7. Add autocomplete value "ADAMSSN" to the "Filter by Operator" panel (strict only).
|
||||
/// 8. Click Submit (strict only).
|
||||
/// 9. Assert no error notification is present (strict only).
|
||||
/// </remarks>
|
||||
[Fact]
|
||||
[Trait("Category", "RequiresDockerHost")]
|
||||
|
||||
Reference in New Issue
Block a user