issue-3498485: fixed false appearing in input text fields
1 unresolved thread
Closes #3498485
Merge request reports
Activity
added 1 commit
- a216d8e4 - Removed workaround in tests that was in place to account for false being...
added 17 commits
-
a216d8e4...1c7ebb28 - 15 commits from branch
project:0.x
- d3ee1eb2 - issue-3498485: fixed false appearing in input text fields
- fd7039e7 - Removed workaround in tests that was in place to account for false being...
-
a216d8e4...1c7ebb28 - 15 commits from branch
requested review from @bnjmnm
87 89 .should('have.value', 'XB Needs This For The Time Being'); 88 90 89 91 cy.get('@titleField').focus(); 90 cy.get('@titleField').type('{selectall}This is a new title'); 92 cy.get('@titleField').clear(); It looks like these tests are doing the same thing but with an explicit clear step - that seems AOK.
Since we are fixing a problem that was specifically happening when an input was cleared but before anything was typed into it, we should add a value check after one of these calls to
clear()
and confirm the input is empty vs sayingfalse
etc.
added 7 commits
-
7564a203...3dadf5ff - 3 commits from branch
project:0.x
- df5d9173 - issue-3498485: fixed false appearing in input text fields
- 3708cbcd - Removed workaround in tests that was in place to account for false being...
- 950573da - Apply 1 suggestion(s) to 1 file(s)
- 60c5a027 - Fix mistake from suggestion
Toggle commit list-
7564a203...3dadf5ff - 3 commits from branch
Please register or sign in to reply