You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and in the logs I can see the following output as shown in the image
but I am not able to get the function exists inside of that component.
I use this code to get the function of that component cy.getReact('BasicTray').invoke('toggleMic')
I am getting this fllowing error
i am also getting the same error when i want to get the variable inside of that component
is there a way to get the function and call the function inside cypress end to end testing?
The text was updated successfully, but these errors were encountered:
I am getting the component when I use
and in the logs I can see the following output as shown in the image
but I am not able to get the function exists inside of that component.
I use this code to get the function of that component
cy.getReact('BasicTray').invoke('toggleMic')
I am getting this fllowing error
i am also getting the same error when i want to get the variable inside of that component
is there a way to get the function and call the function inside cypress end to end testing?
The text was updated successfully, but these errors were encountered: