d5-testing-library 1.8.0-alpha.20 → 1.8.0-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3622,6 +3622,7 @@ var SubsystemsPanel = class extends AbstractElement {
|
|
|
3622
3622
|
*/
|
|
3623
3623
|
async search(title) {
|
|
3624
3624
|
const searchComponent = this.getSearchComponent();
|
|
3625
|
+
await this.searchClear();
|
|
3625
3626
|
await searchComponent.setValue(title);
|
|
3626
3627
|
await wait(
|
|
3627
3628
|
async () => {
|