fixed css_selector for the epp_logs_test

This commit is contained in:
Oleg Hasjanov 2021-01-21 10:25:25 +02:00
parent 836e7c01fe
commit 7122a17cc9

View file

@ -14,7 +14,7 @@ class AdminEppLogsIntegrationTest < ApplicationSystemTestCase
def test_show_epp_log_page def test_show_epp_log_page
visit admin_epp_logs_path visit admin_epp_logs_path
find(:xpath, "//tbody/tr/td/a", match: :first).click find(:css, ".table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1)", match: :first).click
assert_text 'Details' assert_text 'Details'
end end