mbolotov / intellij-cypress

IntelliJ-Cypress plugin: https://plugins.jetbrains.com/plugin/13819-intellij-cypress Pro version: https://plugins.jetbrains.com/plugin/13987-cypress-support-pro
MIT License
35 stars 5 forks source link

.only is inserted in the wrong place making it impossible to run tests #41

Closed JeSuis closed 3 years ago

JeSuis commented 3 years ago

.only should be inserted after describe, it looks like it doesn't play well if there are multiple brackets. It also will not remove .only after execution fails.

The same probably happens with any keyword in the same situation.

image

mbolotov commented 3 years ago

fixed in 1.4.1 base version and in 2.0.1 Pro version