Added RetryFactAttribute

This commit is contained in:
2025-11-15 23:04:37 +01:00
parent 07aaf468a8
commit 72b0ecf04f
6 changed files with 56 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ public class GroupsPageTests : IDisposable
css.ForEach(selector => _driver.FindElement(By.CssSelector(selector)));
}
[Fact]
[RetryFact(5)]
public void GroupsPage_ShouldCreateAndUpdateAndDeleteGroup()
{
string randomName = $"RESERVED_TEST_{AppHelper.GetRandomName()}";