We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7155e4b commit a0cfc4dCopy full SHA for a0cfc4d
lib/pages/pluggable_scm_page.rb
@@ -67,7 +67,7 @@ def delete_scm(scm_name)
67
68
def is_connection_ok
69
page.find("button[data-test-id='button-check-connection']").click
70
- assert_true flash_message(wait: 5).text.include? "Connection Ok!"
+ flash_message(wait: 5).text.include? "Connection Ok!"
71
end
72
73
private
0 commit comments