()
| 259 | } |
| 260 | |
| 261 | function flushClockAndSave() { |
| 262 | withExistingClock(clock => { |
| 263 | // some input fields are de-bounced thus require advancing the clock |
| 264 | advanceClock(clock); |
| 265 | }); |
| 266 | |
| 267 | cy.contains('button', 'Save').click(); |
| 268 | } |
| 269 | |
| 270 | function populateEntry(entry, onDone = flushClockAndSave) { |
| 271 | const keys = Object.keys(entry); |
no test coverage detected