Skip to content

Commit 91e7795

Browse files
authored
Merge pull request #139 from ServiceNow/emily/add-samples-to-go-to-page
add samples to go_to_page goal
2 parents 3ca465b + 47c5c54 commit 91e7795

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/browsergym/workarena/data_files/task_configs/go_to_page.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,15 @@
1313
"page": "where installed plugins and applications are listed",
1414
"url": "/now/app-manager/home/tab/installed/sort/install_date",
1515
"goal": "Go to where installed plugins and applications are listed"
16+
},
17+
{
18+
"page": "Flow Designer",
19+
"url": "/now/workflow-studio/home/flow",
20+
"goal": "Go to Flow Designer"
21+
},
22+
{
23+
"page": "the page that tells you which skills different users have",
24+
"url": "/now/nav/ui/classic/params/target/sys_user_has_skill_list.do",
25+
"goal": "Go to the page that tells you which skills different users have"
1626
}
1727
]

0 commit comments

Comments
 (0)