try with logs

This commit is contained in:
Oleg Hasjanov 2021-01-21 11:35:48 +02:00
parent 3ab9089e64
commit 56737526da

View file

@ -28,7 +28,7 @@ class AdminEppLogsIntegrationTest < ApplicationSystemTestCase
visit admin_epp_logs_path
test_helper_test
visit admin_epp_logs_path
puts find(:xpath, "//table").native
find(:xpath, "//tbody/tr/td/a", match: :first).click
assert_text 'Details'
end