Add integration tests

This commit is contained in:
Marek Wolan
2024-01-04 12:47:35 +00:00
parent 25c8ec2ec9
commit 528e3b22a9
2 changed files with 115 additions and 10 deletions

View File

@@ -72,6 +72,7 @@ class WebBrowser(Application):
"""
state = super().describe_state()
state["last_response_status_code"] = self.latest_response.status_code if self.latest_response else None
return state
def reset_component_for_episode(self, episode: int):
"""Reset the original state of the SimComponent."""