Extend cockpit #14895 workaround to all post-231 releases

It still seems to be broken in 233 and 233.1; I limited the
workaround to 232 at first as Cockpit are usually good at fixing
things very fast, but as this one has sat for a while, let's
leave it worked-around until we know it's fixed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-26 17:10:37 -08:00
parent 5718c7f1d4
commit ab4468310e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ sub run {
assert_screen "cockpit_join_domain";
# we need to hit tab three times to reach 'Domain address' in
# cockpit 232: https://github.com/cockpit-project/cockpit/issues/14895
my $tabs = $cockpitver eq "232" ? "\t\t\t" : "\t";
my $tabs = $cockpitver > 231 ? "\t\t\t" : "\t";
type_string($tabs, 4);
type_string("ipa001.domain.local", 4);
type_string("\t\t", 4);