From 7122a17cc967414ca26396323a4cb99198cebb3d Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Thu, 21 Jan 2021 10:25:25 +0200 Subject: [PATCH] fixed css_selector for the epp_logs_test --- test/integration/admin_area/epp_logs_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/admin_area/epp_logs_test.rb b/test/integration/admin_area/epp_logs_test.rb index 9aee5f992..2d0dd6806 100644 --- a/test/integration/admin_area/epp_logs_test.rb +++ b/test/integration/admin_area/epp_logs_test.rb @@ -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