Skip to content

Commit

Permalink
Update test_selenium.py
Browse files Browse the repository at this point in the history
make format action
  • Loading branch information
chengxuan-xia authored Aug 3, 2023
1 parent 36e0353 commit a876bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_google_search(client: SeleniumWrapper) -> None:

def test_iframe(client: SeleniumWrapper) -> None:
"""Test iframe_mapping functionality"""

res = client.describe_website("https://www.chatbase.co/.")
assert "switch to these child iframes" in res
assert "iframe-0" in res

0 comments on commit a876bf5

Please sign in to comment.