Add retry to flaky automation tests

This commit is contained in:
Bogdan 2023-08-15 17:49:30 +03:00
parent a7b25b8b93
commit aeb3b7d8b5

View file

@ -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();