Skip to content

Commit

Permalink
Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt committed Nov 20, 2024
1 parent 8e7169f commit 4e81cd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/test_create_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def test_e2e_create_algorithm(page: Page):
button.click()

button = page.locator("#button-new-algorithm-create")
with page.expect_response("/algorithms/new", timeout=10000) as response_info:
button.click()
#with page.expect_response("/algorithms/new", timeout=10000) as response_info:
button.click()

page.wait_for_timeout(10000)
page.wait_for_timeout(20000)

expect(page.get_by_text("My new algorithm").first).to_be_visible()

Expand Down

0 comments on commit 4e81cd2

Please sign in to comment.