A problem with the selenium installation on our jenkins seems
to be, that sometimes a page is loaded twice, which for example
deletes an item twice, which results in an error message in the
panel. For now, lets mark the tests which fail on that reason optional.
agranig/rest
Gerhard Jungwirth12 years agocommitted byAndreas Granig
$d->findclick_ok(xpath=>'//div[contains(@class,"dataTables_wrapper")]//td[contains(text(),"testingdetail")]/..//a[contains(@class,"btn-secondary") and contains(text(),"Delete")]');
$d->findtext_ok("Are you sure?");
$d->findclick_ok(id=>'dataConfirmOK');
$d->findtext_ok("successfully deleted");
TODO:{
todo_skip"jenkins selenium problem, double loading of previous page",1;