mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue