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