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 () => {
@@ -173,6 +173,7 @@ var SubsystemsPanel = class extends AbstractElement {
173
173
  */
174
174
  async search(title) {
175
175
  const searchComponent = this.getSearchComponent();
176
+ await this.searchClear();
176
177
  await searchComponent.setValue(title);
177
178
  await wait(
178
179
  async () => {
@@ -173,6 +173,7 @@ var SubsystemsPanel = class extends AbstractElement {
173
173
  */
174
174
  async search(title) {
175
175
  const searchComponent = this.getSearchComponent();
176
+ await this.searchClear();
176
177
  await searchComponent.setValue(title);
177
178
  await wait(
178
179
  async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "d5-testing-library",
3
- "version": "1.8.0-alpha.20",
3
+ "version": "1.8.0-alpha.21",
4
4
  "description": "e2e testing D5 projects",
5
5
  "main": "dist/cjs/d5-testing-library.cjs",
6
6
  "module": "dist/d5-testing-library.legacy-esm.js",