mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Expanded RetryFact to all facts
This commit is contained in:
@@ -22,7 +22,7 @@ public class InventoryPageTests : IDisposable
|
||||
serverProcess = app.Result;
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RetryFact(5)]
|
||||
public void InventoryPage_ShouldShowButtons()
|
||||
{
|
||||
AppHelper.Login(_driver);
|
||||
@@ -99,7 +99,7 @@ public class InventoryPageTests : IDisposable
|
||||
Assert.True(AppHelper.TryRetryFindSuccessToast(_driver));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RetryFact(5)]
|
||||
public void InventoryPage_ShouldLeadToAssetPage()
|
||||
{
|
||||
AppHelper.Login(_driver);
|
||||
@@ -110,7 +110,7 @@ public class InventoryPageTests : IDisposable
|
||||
Assert.Contains("/Home/Assets", _driver.Url);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RetryFact(5)]
|
||||
public void InventoryPage_ShouldShowPrintModal()
|
||||
{
|
||||
AppHelper.Login(_driver);
|
||||
|
||||
Reference in New Issue
Block a user