From 81e4cac5cdd752184bd1b6ed007e4719f52b7f1d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 2 Oct 2014 16:40:05 +0200 Subject: [PATCH] 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 --- ipatests/test_webui/test_dns.py | 3 --- 1 file changed, 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'),