mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
New: Unmapped files view (#888)
* New: Unmapped files view Displays all trackfiles that haven't been matched to a track. Generalised the file details component and adds it to the album details screen. * Add sorting by quality * New: MediaServiceTests & MediaRepoTests
This commit is contained in:
parent
74cb2a6f52
commit
4413c7e46c
36 changed files with 1507 additions and 404 deletions
|
@ -19,7 +19,7 @@ namespace NzbDrone.Automation.Test
|
|||
[Test]
|
||||
public void artist_page()
|
||||
{
|
||||
page.ArtistNavIcon.Click();
|
||||
page.LibraryNavIcon.Click();
|
||||
page.WaitForNoSpinner();
|
||||
page.Find(By.CssSelector("div[class*='ArtistIndex']")).Should().NotBeNull();
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ namespace NzbDrone.Automation.Test
|
|||
[Test]
|
||||
public void add_artist_page()
|
||||
{
|
||||
page.ArtistNavIcon.Click();
|
||||
page.LibraryNavIcon.Click();
|
||||
page.WaitForNoSpinner();
|
||||
|
||||
page.Find(By.LinkText("Add New")).Click();
|
||||
|
|
|
@ -47,7 +47,7 @@ namespace NzbDrone.Automation.Test.PageModel
|
|||
});
|
||||
}
|
||||
|
||||
public IWebElement ArtistNavIcon => Find(By.LinkText("Artist"));
|
||||
public IWebElement LibraryNavIcon => Find(By.LinkText("Library"));
|
||||
|
||||
public IWebElement CalendarNavIcon => Find(By.LinkText("Calendar"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue