mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
cc085d1d4c
commit
81e4cac5cd
@ -37,9 +37,6 @@ ZONE_DATA = {
|
|||||||
'pkey': ZONE_PKEY,
|
'pkey': ZONE_PKEY,
|
||||||
'add': [
|
'add': [
|
||||||
('textbox', 'idnsname', ZONE_PKEY),
|
('textbox', 'idnsname', ZONE_PKEY),
|
||||||
('textbox', 'idnssoamname', 'ns'),
|
|
||||||
('textbox', 'ip_address', '192.168.1.1'),
|
|
||||||
('checkbox', 'force', 'checked'),
|
|
||||||
],
|
],
|
||||||
'mod': [
|
'mod': [
|
||||||
('checkbox', 'idnsallowsyncptr', 'checked'),
|
('checkbox', 'idnsallowsyncptr', 'checked'),
|
||||||
|
Loading…
Reference in New Issue
Block a user