mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Activity instead of History
New: Renamed history to activity New: Queue is default tab of activity
This commit is contained in:
@@ -63,11 +63,11 @@ namespace NzbDrone.Automation.Test.PageModel
|
||||
}
|
||||
}
|
||||
|
||||
public IWebElement HistoryNavIcon
|
||||
public IWebElement ActivityNavIcon
|
||||
{
|
||||
get
|
||||
{
|
||||
return FindByClass("x-history-nav");
|
||||
return FindByClass("x-activity-nav");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user