mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 03:59:33 +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
|
visit_admin_blocked_domains_path
|
||||||
add_domain_into_blocked_list(true)
|
add_domain_into_blocked_list(true)
|
||||||
|
|
||||||
|
assert_selector 'input[name="Name"]'
|
||||||
fill_in 'Name', with: @domain.name
|
fill_in 'Name', with: @domain.name
|
||||||
|
|
||||||
|
assert_selector 'span.glyphicon-search'
|
||||||
find(:xpath, "//span[@class='glyphicon glyphicon-search']").click
|
find(:xpath, "//span[@class='glyphicon glyphicon-search']").click
|
||||||
|
|
||||||
|
assert_selector 'table', wait: 5
|
||||||
assert_text @domain.name
|
assert_text @domain.name
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue