Merge branch release/21.7.8 of zentao/zentaopms (#12602)

This commit is contained in:
李阳
2025-12-03 13:32:09 +08:00
committed by Gitfox
@@ -112,6 +112,7 @@ class createBugTester extends tester
public function browse($product = array(), $bugs = array())
{
$form = $this->initForm('bug', 'browse', $product, 'appIframe-qa');
$form->wait(2);
$bugIDList = array_map(function($element) {return $element->getText();}, $form->dom->getELementList($form->dom->xpath['bugID'])->element);
$bugTitleList = array_map(function($element) {return $element->getText();}, $form->dom->getELementList($form->dom->xpath['bugTitle'])->element);
foreach($bugs as $bug)