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 4cfdf76 commit 9d9523bCopy full SHA for 9d9523b
1 file changed
cypress/integration/04_document_spec.js
@@ -25,7 +25,7 @@ context.only('Document Operations', () => {
25
26
describe('db context menu', () => {
27
it('should display creation options', () => {
28
- cy.get('.ReactVirtualized__Grid')
+ cy.get('.ReactVirtualized__Grid', { timeout: 55000 })
29
.should('be.visible')
30
cy.get('.fusion-item')
31
0 commit comments