python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I write if-else conditions in cypress according to element's value?
How can I run this function, according to the value change of element with if-condition?
assertSwitch(){
cy.get('[data-test="form-switch"]').invoke('attr','value').then(($s...
Solufer
Votes: 0
Answers: 2
Cypress - Element not found
How can I overcome a situation when the element is not found. I am automating a form where intentionally I am giving a duplicate name so an error message will be shown "Limit Name already exist&q...
Wamiq M
Votes: 0
Answers: 5
Cypress results with "pointer-events: none" error when using condition, what should I do?
I want to click on Next button to test pagination, until its class is "disabled".
I used the code below. But it continues to click even "Next" button has "disabled" cla...
Solufer
Votes: 0
Answers: 4