We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87993e4 commit afb2dc2Copy full SHA for afb2dc2
e2e_tests/integration/multi-db.spec.ts
@@ -18,7 +18,7 @@
18
* along with this program. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
-import { isEnterpriseEdition } from '../support/utils'
+import { isAura, isEnterpriseEdition } from '../support/utils'
22
23
/* global Cypress, cy, expect, before */
24
@@ -145,7 +145,7 @@ describe('Multi database', () => {
145
cy.executeCommand(':use system')
146
})
147
148
- if (Cypress.config('serverVersion') >= 4.4) {
+ if (Cypress.config('serverVersion') >= 4.4 && !isAura()) {
149
it('lists aliases with :dbs command', () => {
150
const password = Cypress.config('password')
151
cy.connect('neo4j', password)
0 commit comments