mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04: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