mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02: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