mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
fixed another one failed system test
This commit is contained in:
parent
7ef22c6894
commit
4b1d29944f
1 changed files with 4 additions and 0 deletions
|
@ -42,9 +42,13 @@ class AdminAreaBlockedDomainsIntegrationTest < JavaScriptApplicationSystemTestCa
|
|||
visit_admin_blocked_domains_path
|
||||
add_domain_into_blocked_list(true)
|
||||
|
||||
assert_selector 'input[name="Name"]'
|
||||
fill_in 'Name', with: @domain.name
|
||||
|
||||
assert_selector 'span.glyphicon-search'
|
||||
find(:xpath, "//span[@class='glyphicon glyphicon-search']").click
|
||||
|
||||
assert_selector 'table', wait: 5
|
||||
assert_text @domain.name
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue