I try to copy the value from the filed (*First name'**) then I want to find if in the list of users
But, when I type ('@value')to the serarch filed, the cypress put @value like text
enter image description here enter image description here
cy.contains('First name*').invoke('val').as('value')
cy.get('.search-wrap').first().click().type('@value','{enter}', {timeout:10000})