1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Tests for Wanted pages

This commit is contained in:
Bogdan
2024-05-14 16:33:15 +03:00
parent 2e3beddcbc
commit ff3dd3ae42
5 changed files with 141 additions and 1 deletions
@@ -55,6 +55,16 @@ namespace NzbDrone.Automation.Test
_page.Find(By.LinkText("Blocklist")).Should().NotBeNull();
}
[Test]
public void wanted_page()
{
_page.WantedNavIcon.Click();
_page.WaitForNoSpinner();
_page.Find(By.LinkText("Missing")).Should().NotBeNull();
_page.Find(By.LinkText("Cutoff Unmet")).Should().NotBeNull();
}
[Test]
public void system_page()
{