mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed RetryFact not discovering facts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user