Skip to content

Commit 2f0dd46

Browse files
committed
cypress: handle overflow menu in impress/slide_operations_spec.js
after adding button to insert canvas page, insert slides group turns into overflow menu Signed-off-by: Mohit Marathe <[email protected]> Change-Id: I6fc11d23f2dba286977950b602a53eec3f10d316
1 parent 9c47306 commit 2f0dd46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress_test/integration_tests/desktop/impress/slide_operations_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Slide operations', functio
6262
desktopHelper.insertComment();
6363
cy.cGet('[id^=annotation-content-area-]').should('include.text', 'some text0');
6464
cy.cGet('#Insert-tab-label').click();
65+
cy.cGet('#overflow-button-insert-slide').click();
6566
cy.cGet('#insert-duplicate-slide').click();
6667

6768
impressHelper.assertNumberOfSlidePreviews(2);

0 commit comments

Comments
 (0)