Skip to content

Commit

Permalink
Revert "fix: e2e"
Browse files Browse the repository at this point in the history
This reverts commit 47e3f27.
  • Loading branch information
Kiryous committed Nov 17, 2024
1 parent 7100430 commit 570c265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e_tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_insert_new_alert(browser):
"""
try:
browser.goto(
"http://localhost:3000/signin?callbackUrl=http%3A%2F%2Flocalhost%3A3000%incidents"
"http://localhost:3000/signin?callbackUrl=http%3A%2F%2Flocalhost%3A3000%2Fproviders"
)
browser.wait_for_url("http://localhost:3000/incidents")

Expand Down Expand Up @@ -117,7 +117,7 @@ def test_providers_page_is_accessible(browser):
browser.goto(
"http://localhost:3000/signin?callbackUrl=http%3A%2F%2Flocalhost%3A3000%2Fproviders"
)
browser.wait_for_url("http://localhost:3000/providers")
browser.goto("http://localhost:3000/providers")
# get the GCP Monitoring provider
browser.locator("button:has-text('GCP Monitoring'):has-text('alert')").click()
browser.get_by_role("button", name="Cancel").click()
Expand Down

0 comments on commit 570c265

Please sign in to comment.