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

[Issue] cy.wait autocompletion & syntax highlighting not working w/ array #47

Closed tianalemesle closed 3 years ago

tianalemesle commented 3 years ago
cy.wait(['@getUsers', '@getActivities', '@getComments'])

https://docs.cypress.io/api/commands/wait#You-can-pass-an-array-of-aliases-that-will-be-waited-on-before-resolving

tianalemesle commented 3 years ago

Thanks !

mbolotov commented 3 years ago

should be fixed in 2.2.0

tianalemesle commented 3 years ago

It is, thanks !