cypress-thenify
cypress-thenify copied to clipboard
Get rid of Cypress `then` callback hell
Results
2
cypress-thenify issues
Sort by
recently updated
recently updated
newest added
Total mode: ```js const subtotal = parseFloat(cy.get('#subtotal').invoke('text')) ``` is showing an error  ```js // no error const subtotal = cy.get('#subtotal').invoke('text').then(parseFloat) ```
Can you please help me on this. `# npm audit report json5