Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit d273ac9

Browse files
committed
debug
1 parent 90a7fb0 commit d273ac9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

e2e/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def driver
2525
end
2626
end
2727

28-
def wait(timeout = 60)
28+
def wait(timeout = 120)
2929
Selenium::WebDriver::Wait.new(timeout: timeout)
3030
end
3131

e2e/tests/create_host_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def test_create_host
3131

3232
find_element(css: 'button[type="submit"]').click
3333

34+
print(page_source)
35+
3436
wait.until { find_element(link_text: "#{project}-#{role}-01.development.example.com") }
3537
assert find_element(link_text: "#{project}-#{role}-01.development.example.com").displayed?
3638
ensure

0 commit comments

Comments
 (0)