mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
fixed css_selector for the epp_logs_test
This commit is contained in:
parent
836e7c01fe
commit
7122a17cc9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class AdminEppLogsIntegrationTest < ApplicationSystemTestCase
|
|||
|
||||
def test_show_epp_log_page
|
||||
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'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue