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:
@@ -21,7 +21,7 @@ public class GroupsPageTests : IDisposable
|
||||
serverProcess = app.Result;
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RetryFact(5)]
|
||||
public void GroupsPage_ShouldShowButton()
|
||||
{
|
||||
AppHelper.Login(_driver);
|
||||
@@ -29,7 +29,7 @@ public class GroupsPageTests : IDisposable
|
||||
_driver.FindElement(By.CssSelector("button[data-bs-target=\"#createGroupModal\"]"));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[RetryFact(5)]
|
||||
public void GroupsPage_ShouldShowCreateViewModal()
|
||||
{
|
||||
AppHelper.Login(_driver);
|
||||
|
||||
Reference in New Issue
Block a user