cypress-plugin-grep-boxes 1.0.1 → 1.0.3

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -309,6 +309,9 @@ if (
309
309
  window.top?.document.addEventListener('click', () => {
310
310
  addGrepButtons();
311
311
  });
312
+ window.top?.document.addEventListener('dblclick', () => {
313
+ addGrepButtons();
314
+ });
312
315
  window.top?.document.addEventListener('keypress', () => {
313
316
  addGrepButtons();
314
317
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress-plugin-grep-boxes",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Cypress plugin that allows user to run specific tests in open mode.",
5
5
  "main": "./index.js",
6
6
  "keywords": [