Skip to content

Commit a0cfc4d

Browse files
committed
Correct test
1 parent 7155e4b commit a0cfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/pluggable_scm_page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def delete_scm(scm_name)
6767

6868
def is_connection_ok
6969
page.find("button[data-test-id='button-check-connection']").click
70-
assert_true flash_message(wait: 5).text.include? "Connection Ok!"
70+
flash_message(wait: 5).text.include? "Connection Ok!"
7171
end
7272

7373
private

0 commit comments

Comments
 (0)