Skip to content

Commit

Permalink
Merge pull request #33 from ServiceNow/fix-task-categorization
Browse files Browse the repository at this point in the history
Fix dashboard task names
  • Loading branch information
jardinetsouffleton authored Oct 7, 2024
2 parents d79032d + 7d72267 commit 8a584b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/browsergym/workarena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"workarena.servicenow.sort-incident-list": "list-sort",
"workarena.servicenow.sort-service-catalog-item-list": "list-sort",
"workarena.servicenow.sort-user-list": "list-sort",
"workarena.servicenow.dashboard-min-max-retrieval": "dashboard",
"workarena.servicenow.dashboard-value-retrieval": "dashboard",
"workarena.servicenow.report-value-retrieval": "dashboard",
"workarena.servicenow.report-min-max-retrieval": "dashboard",
"workarena.servicenow.multi-chart-min-max-retrieval": "dashboard",
"workarena.servicenow.multi-chart-value-retrieval": "dashboard",
"workarena.servicenow.single-chart-value-retrieval": "dashboard",
"workarena.servicenow.single-chart-min-max-retrieval": "dashboard",
}


Expand Down

0 comments on commit 8a584b4

Please sign in to comment.