Skip to content

Commit

Permalink
fix: e2e test "Resend" is no capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Sep 16, 2024
1 parent 64a574d commit 8b20fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_providers_page_is_accessible(browser):
browser.get_by_role("button", name="Cancel").click()
# connect resend provider
browser.locator("button").filter(
has_text=re.compile(r"^resend messaging$")
has_text=re.compile(r"^Resend messaging$")
).first.click()
browser.get_by_placeholder("Enter provider name").click()
random_provider_name = "".join(
Expand Down

0 comments on commit 8b20fae

Please sign in to comment.