Re: [Freeipa-devel] [PATCH] 443 Web UI integration tests: CA-less

2013-08-22 Thread Petr Vobornik
On 08/20/2013 08:25 PM, Ana Krivokapic wrote: On 08/15/2013 04:03 PM, Petr Vobornik wrote: +if is_visible: +is_enabled = 'disabled' not in link.get_attribute(class).split(' ') Nitpick: it would be better to use .split() without arguments here. Here's an example that

Re: [Freeipa-devel] [PATCH] 443 Web UI integration tests: CA-less

2013-08-20 Thread Ana Krivokapic
On 08/15/2013 04:03 PM, Petr Vobornik wrote: +if is_visible: +is_enabled = 'disabled' not in link.get_attribute(class).split(' ') Nitpick: it would be better to use .split() without arguments here. Here's an example that illustrates the difference in behavior between

[Freeipa-devel] [PATCH] 443 Web UI integration tests: CA-less

2013-08-15 Thread Petr Vobornik
Test cases according to: http://www.freeipa.org/page/V3/CA-less_install https://fedorahosted.org/freeipa/ticket/3830 Note: tests will fail without my patch #442. -- Petr Vobornik From d0e618d1c6893418cd07f1fe6dba741d3a85af27 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: