summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@collabora.com>2023-04-11 18:44:18 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-04-24 15:40:17 +0300
commit701e14e44334653ae02250309c5ab9c689bf8b38 (patch)
tree18c92061583b58851795ac77af164092d7a13fec /cypress_test/integration_tests/desktop/writer
parentwsd: only external insertfile names (diff)
downloadonline-701e14e44334653ae02250309c5ab9c689bf8b38.tar.gz
online-701e14e44334653ae02250309c5ab9c689bf8b38.zip
Add close button to paste warning dialogues.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: Ic9e7b11ddcca432b7ec4d218c4085496c56059bc
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/copy_paste_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js b/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
index 06d2b08606..5602980891 100644
--- a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
@@ -30,6 +30,6 @@ describe('Clipboard operations.', function() {
cy.contains('.context-menu-link', 'Copy')
.click();
- cy.get('#copy_paste_warning').should('exist');
+ cy.get('#copy_paste_warning-box').should('exist');
});
});