test(playwright): Notification hygiene — scoped pager locator, next-enabled re-assert, role-mapping-delete doc note
This commit is contained in:
@@ -571,6 +571,14 @@ public static partial class CliRunner
|
||||
/// require changing <see cref="BestEffortAsync"/>'s signature or adding an overload.
|
||||
/// The inline try/catch is kept here deliberately — same pattern as
|
||||
/// <see cref="DeleteAreaAsync"/>.
|
||||
///
|
||||
/// <para>
|
||||
/// Maintenance note: this is a three-token CLI group (<c>security role-mapping</c>) so
|
||||
/// it cannot use the two-token <see cref="BestEffortAsync"/>. If the inline teardown
|
||||
/// idiom changes (e.g. a new overload of <see cref="BestEffortAsync"/> is added),
|
||||
/// update all three-token deletes together:
|
||||
/// <see cref="DeleteAreaAsync"/>, <see cref="DeleteInstanceAlarmOverrideAsync"/>, and this method.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
public static async Task DeleteRoleMappingAsync(int id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user