diff --git a/cypress_test/integration_tests/mobile/impress/spellchecking_spec.js b/cypress_test/integration_tests/mobile/impress/spellchecking_spec.js index dd1c4965e..90181a587 100644 --- a/cypress_test/integration_tests/mobile/impress/spellchecking_spec.js +++ b/cypress_test/integration_tests/mobile/impress/spellchecking_spec.js @@ -47,11 +47,13 @@ describe(['tagmobile', 'tagnextcloud', 'tagproxy'], 'Spell checking menu.', func } it('Apply suggestion.', function() { + helper.setDummyClipboardForCopy(); openContextMenu(); cy.cGet('body').contains('.context-menu-link', 'hello').click(); impressHelper.selectTextOfShape(); + helper.copy(); helper.expectTextForClipboard('hello'); });