Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
raethlein committed May 3, 2024
1 parent 986a06e commit 2cb17c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e_playwright/st_markdown_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def _get_container_of_text(app: Page, text: str) -> Locator:
app.get_by_test_id("stVerticalBlock")
.filter(has=app.get_by_text(text, exact=True))
.nth(1)
)


def test_header_attributes(app: Page):
Expand Down

0 comments on commit 2cb17c6

Please sign in to comment.