mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Fixed UI test for missing page
This commit is contained in:
@@ -45,12 +45,12 @@ namespace NzbDrone.Automation.Test
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void missing_page()
|
public void wanted_page()
|
||||||
{
|
{
|
||||||
page.MissingNavIcon.Click();
|
page.WantedNavIcon.Click();
|
||||||
page.WaitForNoSpinner();
|
page.WaitForNoSpinner();
|
||||||
|
|
||||||
page.FindByClass("iv-missing-missinglayout").Should().NotBeNull();
|
page.FindByClass("iv-wanted-missing-missinglayout").Should().NotBeNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
@@ -72,11 +72,11 @@ namespace NzbDrone.Automation.Test.PageModel
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public IWebElement MissingNavIcon
|
public IWebElement WantedNavIcon
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return Find(By.LinkText("Missing"));
|
return Find(By.LinkText("Wanted"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user