mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added RetryFactAttribute
This commit is contained in:
@@ -40,7 +40,7 @@ public class LocationsPageTests : IDisposable
|
||||
css.ForEach(selector => _driver.FindElement(By.CssSelector(selector)));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RetryFact(5)]
|
||||
public void LocationsPage_ShouldCreateAndUpdateAndDeleteGroup()
|
||||
{
|
||||
string randomName = $"RESERVED_LOCATION_{AppHelper.GetRandomName()}";
|
||||
|
||||
Reference in New Issue
Block a user