Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kamils-iRonin committed Feb 21, 2022
1 parent b49b0b5 commit 638fc71
Showing 1 changed file with 2 additions and 0 deletions.
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 638fc71

Please sign in to comment.