You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After repeatedly running a test with a call to cy.task("dbQuery"... I get warnings:
WARNING: Creating a duplicate database object for the same connection.
at module.exports (e2e-tests/node_modules/cypress-postgres/cypress/plugins/index.js:21:14)
at dbQuery (/e2e-tests/cypress/plugins/index.js:24:29)
at invoke (/Cypress.app/Contents/Resources/app/packages/server/lib/plugins/child/task.js:41:14)
Is it to do with the way dbQuery task is added in plugins? Any advice?