checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

chore(content-scripts): rm .only on attributes test #88

Closed maxigimenez closed 4 years ago

maxigimenez commented 4 years ago

Pull Request Template

Description

Remove .only block on the attributes test. Jest parallelizes all tests so describe.only doesn't work to isolate the spec.

Removed to avoid any confusions 😊

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

tnolet commented 4 years ago

LGTM, thanks @maxigimenez