mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +02:00
rollback
This commit is contained in:
parent
4b1d29944f
commit
58a1dbafb0
1 changed files with 0 additions and 4 deletions
|
@ -42,13 +42,9 @@ 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