Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kamils-iRonin committed Mar 3, 2022
1 parent 2736e4f commit 75f2e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def driver
end
end

def wait(timeout = 60)
def wait(timeout = 120)
Selenium::WebDriver::Wait.new(timeout: timeout)
end

Expand Down
2 changes: 2 additions & 0 deletions e2e/tests/create_host_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def test_create_host

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

print(page_source)

wait.until { find_element(link_text: "#{project}-#{role}-01.development.example.com") }
assert find_element(link_text: "#{project}-#{role}-01.development.example.com").displayed?
ensure
Expand Down

0 comments on commit 75f2e63

Please sign in to comment.