Skip to content

Commit de2e58a

Browse files
committed
fix(01-03): reorder based on connection required
1 parent f213961 commit de2e58a

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.

cypress/integration/04_document_spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ context('Document Operations', () => {
44
describe('working with tree view', () => {
55
before(() => {
66
cy.connect()
7+
cy.visit('/')
8+
cy.get(`[node-id=${CSS.escape('admin@' + Cypress.env('API_HOST'))}]`)
79
// TODO(DP): might have to improve by adding more before / after hooks to prevent dangling documents
810
// see #400
911
})
1012

1113
describe('db context menu', () => {
1214
it('should display creation options', () => {
13-
cy.visit('/')
1415
cy.get('.ReactVirtualized__Grid', { timeout: 55000 })
1516
.should('be.visible')
1617
cy.get('.fusion-item')

0 commit comments

Comments
 (0)