From cc806033e6f2e955b909377444e4a964dc2f71d5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 12 Dec 2024 00:58:48 +0900 Subject: [PATCH] chore: update dash_do_filter.py critera -> criteria --- .../workarena/tasks/compositional/dash_do_filter.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/browsergym/workarena/tasks/compositional/dash_do_filter.py b/src/browsergym/workarena/tasks/compositional/dash_do_filter.py index 90a4b14..b89ad09 100644 --- a/src/browsergym/workarena/tasks/compositional/dash_do_filter.py +++ b/src/browsergym/workarena/tasks/compositional/dash_do_filter.py @@ -231,7 +231,7 @@ def setup_goal(self, page: Page) -> tuple[str, dict]: + f"\n2. Given the title of the report, search for it on this page. The report shows the number of 'incidents' assigned to an 'agent'.\n" + step_3 + f"\n4. Navigate to Portfolios > All Assets. \n" - + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the critera above, filter the list.\n" + + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the criteria above, filter the list.\n" ) return goal, info @@ -379,7 +379,7 @@ def setup_goal(self, page: Page) -> tuple[str, dict]: + f"\n2. Given the title of the report, search for it on this page. The report shows the number of 'incidents' assigned to an 'agent'.\n" + step_3 + f"\n4. Navigate to Portfolios > Hardware Assets. \n" - + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the critera above, filter the list.\n" + + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the criteria above, filter the list.\n" ) return goal, info @@ -486,7 +486,7 @@ def setup_goal(self, page: Page) -> tuple[str, dict]: + f"\n2. Given the title of the report, search for it on this page. The report shows the number of 'incidents' assigned to an 'agent'.\n" + step_3 + f"\n4. Navigate to Service Desk > Incidents. \n" - + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the critera above, filter the list.\n" + + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the criteria above, filter the list.\n" ) return goal, info @@ -580,7 +580,7 @@ def setup_goal(self, page: Page) -> tuple[str, dict]: + f"\n2. Given the title of the report, search for it on this page. The report shows the number of 'incidents' assigned to an 'agent'.\n" + step_3 + f"\n4. Navigate to Organization > Users. \n" - + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the critera above, filter the list.\n" + + f"\nUsing the field {self.attribute_name} for the agent/ agents that fit the criteria above, filter the list.\n" ) return goal, info