Open Fishbowler opened 2 weeks ago
Self-evident 1 character change to fix a problem where we're always deleting 1 character extra. Background in the linked issue.
- inputText: 'testing' - assertVisible: 'testing' - eraseText: '3' - assertNotVisible: 'testing' - assertVisible: 'test'
Proposed changes
Self-evident 1 character change to fix a problem where we're always deleting 1 character extra. Background in the linked issue.
Testing
Issues fixed
2122