webui-ci: adjust dnszone-add test to recent DNS changes

'idnssoamname', 'ip_address' and 'force' fields were removed from DNS zone adder dialog in #4149

https://fedorahosted.org/freeipa/ticket/4604

Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
Petr Vobornik 2014-10-02 16:40:05 +02:00 committed by Martin Kosek
parent cc085d1d4c
commit 81e4cac5cd

View File

@ -37,9 +37,6 @@ ZONE_DATA = {
'pkey': ZONE_PKEY,
'add': [
('textbox', 'idnsname', ZONE_PKEY),
('textbox', 'idnssoamname', 'ns'),
('textbox', 'ip_address', '192.168.1.1'),
('checkbox', 'force', 'checked'),
],
'mod': [
('checkbox', 'idnsallowsyncptr', 'checked'),