mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Fix tests (#6325)
This commit is contained in:
parent
cd558708f3
commit
f97efbd5c6
@ -329,7 +329,7 @@ class AcceptanceTester extends BaseTester
|
|||||||
} else {
|
} else {
|
||||||
$select2Input = $selector . ' ~ span input';
|
$select2Input = $selector . ' ~ span input';
|
||||||
$this->fillField($select2Input, $search);
|
$this->fillField($select2Input, $search);
|
||||||
$this->waitForText($search, null, '.select2-results__option.select2-results__option--highlighted .highlight');
|
$this->waitForText($search, null, '.select2-results__option.select2-results__option--highlighted .picker-text');
|
||||||
$this->pressKey($select2Input, WebDriverKeys::ENTER);
|
$this->pressKey($select2Input, WebDriverKeys::ENTER);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user