mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Add retry to flaky automation tests
This commit is contained in:
parent
a7b25b8b93
commit
aeb3b7d8b5
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ namespace NzbDrone.Automation.Test
|
|||
}
|
||||
|
||||
[Test]
|
||||
[Retry(3)]
|
||||
public void indexer_page()
|
||||
{
|
||||
_page.MovieNavIcon.Click();
|
||||
|
@ -30,6 +31,7 @@ namespace NzbDrone.Automation.Test
|
|||
}
|
||||
|
||||
[Test]
|
||||
[Retry(3)]
|
||||
public void system_page()
|
||||
{
|
||||
_page.SystemNavIcon.Click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue