Add retry to flaky automation tests

pull/1834/head
Bogdan 10 months ago
parent a7b25b8b93
commit aeb3b7d8b5

@ -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…
Cancel
Save