cenfun / monocart-reporter

A playwright test reporter (Node.js)
https://cenfun.github.io/monocart-reporter/
MIT License
207 stars 12 forks source link

[Bug] Selecting a tag in the dropdown of the search box does not add the tag to the search box, it adds the text of the tag #138

Closed edumserrano closed 2 months ago

edumserrano commented 2 months ago

Describe the bug Selecting a tag in the dropdown of the search box does not add the tag to the search box, it adds the text of the tag. Meaning what is added does not start with "@" char.

To Reproduce

Expected behavior After selecting a tag from the dropdown of the search box it should add it to the search box starting with the "@" char so that the filter is performed on the tag and not the text of the tag.

Errors or Screenshots Here I have two tags: image

Selecting the "Console" tag results in searching for the tag's text: image

But what it should do is search for the tag itself: image

cenfun commented 2 months ago

It should be fixed, please try monocart-reporter@2.6.5

edumserrano commented 2 months ago

I can confirm it's fixed. Closing this bug. Thank you @cenfun