relax assertions in tests

This commit is contained in:
Christian Flothmann 2019-04-30 14:16:44 +02:00
parent e197c9ab1b
commit 730df0860c
1 changed files with 1 additions and 6 deletions

View File

@ -2376,11 +2376,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
[@name="name"]
[@class="my&class form-control"]
[not(@required)]
[./optgroup
[@label="Europe"]
[./option[@value="Europe/Vienna"][@selected="selected"][.="Vienna"]]
]
[count(./optgroup)>10]
[.//option[@value="Europe/Vienna"][@selected="selected"]]
[count(.//option)>200]
'
);
@ -2397,7 +2393,6 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
'/select
[@class="my&class form-control"]
[./option[@value=""][not(@selected)][not(@disabled)][.="[trans]Select&Timezone[/trans]"]]
[count(./optgroup)>10]
[count(.//option)>201]
'
);