Remove duplicate field

This commit is contained in:
Artur Beljajev 2018-09-04 13:39:26 +03:00
parent 98a95ec592
commit 762833726a
3 changed files with 3 additions and 4 deletions

View file

@ -14,5 +14,6 @@ class AdminAreaRegistrarDetailsTest < ApplicationSystemTestCase
assert_text 'VAT number US12345'
assert_text 'VAT rate 5.0%'
assert_text 'Language English'
assert_text 'billing@bestnames.test'
end
end