Skip to content

Commit

Permalink
Try switching back to old locator
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Jul 10, 2024
1 parent 7228735 commit 4ce01cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def check_for_404(response: Response):
# Click marker
try:
page.frame_locator('iframe[title="streamlit_folium\\.st_folium"]').get_by_role(
"img"
"button", name="Marker"
).click()
except Exception as e:
page.screenshot(path="screenshot-test-marker-click.png", full_page=True)
Expand Down

0 comments on commit 4ce01cf

Please sign in to comment.