Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
kamils-iRonin committed Aug 31, 2022
1 parent 079cd43 commit 9f67b75
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
@@ -25,7 +25,7 @@ def driver
end
end

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

2 changes: 2 additions & 0 deletions e2e/tests/create_host_test.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f67b75

Please sign in to comment.