Backend/e-suite.Automation.UITests/ESuite.UI.E2E/Helpers/AtributeHelper.cs
2026-01-20 21:50:10 +00:00

10 lines
208 B
C#

namespace ESuite.UI.E2E.Helpers
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class RetryStepAttribute : Attribute
{
// For custom options
}
}