Skip to content

Commit 72d128c

Browse files
committed
Click twice
1 parent 1605d52 commit 72d128c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_frontend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def test_responsiveness(page: Page):
238238

239239
def test_geojson_styles(page: Page):
240240
page.get_by_role("link", name="geojson styles").click()
241+
page.get_by_role("link", name="geojson styles").click()
241242

242243
page.get_by_role("button", name="Show generated code").click()
243244
expect(page.get_by_text('"fillOpacity"')).to_be_visible()

0 commit comments

Comments
 (0)