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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user