From a876bf5b3192bb74351ac25f95ec2b5519b7517a Mon Sep 17 00:00:00 2001 From: Shelton Xia <79330016+chengxuan-xia@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:51:16 -0700 Subject: [PATCH] Update test_selenium.py make format action --- tests/test_selenium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_selenium.py b/tests/test_selenium.py index 7a4b1e6..8d238c2 100644 --- a/tests/test_selenium.py +++ b/tests/test_selenium.py @@ -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