sql DELETE FROM cities WHERE city_name IN('Atlantic City','Philadelphia','Des Moines')
Notes
Dropdown
Page: memberentry.pl
workflow
Admin> Cities & Towns> Create a City/Town > Patrons > Create a Patron> Under Address> Choose from the City & Town dropdown.
CypressError: `cy.click()` cannot be called on a `<select>` element. Use `cy.select()` command instead to change the value.
https://on.cypress.io/select
at perform (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:111591:70)
at tryCatcher (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1807:23)
at Object.gotValue (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:6476:18)
at Object.gotAccum (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:6465:25)
at Object.tryCatcher (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromiseCtx (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1613:10)
at _drainQueueStep (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:2411:12)
at _drainQueue (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://koha/./cypress/integration/admin/patroncirc/patroncity.ts:21:101)