summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-10-02 16:40:05 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-03 12:21:16 +0200
commit81e4cac5cdd752184bd1b6ed007e4719f52b7f1d (patch)
tree3ee75fa68b645268505394951eed27f554d50a0b /ipatests
parentcc085d1d4cc03d4f8ad3b2742d8038d818893cc4 (diff)
downloadfreeipa-81e4cac5cdd752184bd1b6ed007e4719f52b7f1d.tar.gz
freeipa-81e4cac5cdd752184bd1b6ed007e4719f52b7f1d.tar.xz
freeipa-81e4cac5cdd752184bd1b6ed007e4719f52b7f1d.zip
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>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_webui/test_dns.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipatests/test_webui/test_dns.py b/ipatests/test_webui/test_dns.py
index c220200dd..baa5bfbb1 100644
--- a/ipatests/test_webui/test_dns.py
+++ b/ipatests/test_webui/test_dns.py
@@ -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'),