python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Simultaneously pressing on the ctrl and clicking on the button does not work. Testcafe
The 'Delete' button is disabled by default:
<a class="danger ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-button-disabled ui-state-disabled" id="btn-del...
didi
Votes: 0
Answers: 1
Cypress using actions from Pinia Vue3
I was learning some cypress from this video: https://www.youtube.com/watch?v=03kG2rdJYtc
I'm interested with he's saying at 29:33: "programatic login"
But he's using vue2 and Vuex.
My projec...

Marc Pont
Votes: 0
Answers: 1
Cypress click on an nth image in a table with specifc src
I have a list of items in the table, each item has an image , active (blue) and not active (black), how do I make this query for cypress.
This is the image of the table list :
Then this is the html c...

Lutaaya Huzaifah Idris
Votes: 0
Answers: 2
How to run tests related to changed files in cypress
I'm using cypress to set E2E tests.
But i'm facing some troubles, because every time I implement a new feature or refactor some code, i need to run all my tests to see if my modifications doesn't brok...

Rafo
Votes: 0
Answers: 2