mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user