Expanded RetryFact to all facts

This commit is contained in:
2025-11-15 23:11:48 +01:00
parent 72b0ecf04f
commit d6b81aa362
5 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ public class LocationsPageTests : IDisposable
serverProcess = app.Result;
}
[Fact]
[RetryFact(5)]
public void LocationsPage_ShouldShowButton()
{
AppHelper.Login(_driver);
@@ -29,7 +29,7 @@ public class LocationsPageTests : IDisposable
_driver.FindElement(By.CssSelector("button[data-bs-target=\"#createModal\"]"));
}
[Fact]
[RetryFact(5)]
public void LocationsPage_ShouldShowCreateViewModal()
{
AppHelper.Login(_driver);