File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ describe('Open existing office files', function() {
3939 cy . waitForPostMessage ( 'App_LoadingStatus' , { Status : 'Document_Loaded' } )
4040
4141 // Share action
42- cy . wait ( 2000 )
42+ // cy.wait(2000)
4343 cy . get ( '@loleafletframe' ) . within ( ( ) => {
44- cy . get ( '#main-menu #menu-file > a' ) . click ( )
44+ cy . get ( '#main-menu #menu-file > a' , { timeout : 20000 } ) . click ( )
4545 cy . get ( '#main-menu #menu-shareas > a' ) . should ( 'be.visible' ) . click ( )
4646 } )
4747 cy . verifyOpen ( filename )
@@ -69,7 +69,7 @@ describe('Open existing office files', function() {
6969
7070 cy . screenshot ( 'open-file_' + filename )
7171 cy . get ( '@loleafletframe' ) . within ( ( ) => {
72- cy . get ( 'input#document-name-input' )
72+ cy . get ( 'input#document-name-input' , { timeout : 10000 } )
7373 . should ( 'be.visible' )
7474 . invoke ( 'val' )
7575 . should ( 'equal' , filename )
You can’t perform that action at this time.
0 commit comments