mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Activity instead of History
New: Renamed history to activity New: Queue is default tab of activity
This commit is contained in:
@@ -34,12 +34,12 @@ namespace NzbDrone.Automation.Test
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void history_page()
|
||||
public void activity_page()
|
||||
{
|
||||
page.HistoryNavIcon.Click();
|
||||
page.ActivityNavIcon.Click();
|
||||
page.WaitForNoSpinner();
|
||||
|
||||
page.FindByClass("iv-history-historylayout").Should().NotBeNull();
|
||||
page.FindByClass("iv-activity-activitylayout").Should().NotBeNull();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user