Fixed RetryFact not discovering facts

This commit is contained in:
2025-11-15 23:59:20 +01:00
parent 3b18ba3709
commit e49805aaaf
2 changed files with 32 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ public class AssetsPageTests : IDisposable
serverProcess = app.Result;
}
[Fact]
[RetryFact(5)]
public void AssetsPage_ShouldShowButton()
{
AppHelper.Login(_driver);
@@ -30,7 +30,7 @@ public class AssetsPageTests : IDisposable
_driver.FindElement(By.CssSelector("button[data-bs-target=\"#createAssetModal\"]"));
}
[Fact]
[RetryFact(5)]
public void AssetsPage_ShouldShowCreateViewModal()
{
AppHelper.Login(_driver);