summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@collabora.com>2023-03-07 18:03:53 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-03-09 10:38:51 +0300
commitfe1b57c328da538d74f16a322036b9f2489a3c9c (patch)
tree7b70d0f526de2c522d1f9ab6774dcdf65ab223ba /cypress_test/integration_tests/desktop/calc
parentRevert "wsd: break cyclic setModified call" (diff)
downloadonline-fe1b57c328da538d74f16a322036b9f2489a3c9c.tar.gz
online-fe1b57c328da538d74f16a322036b9f2489a3c9c.zip
Remove vex from delete sheet modal.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: I605104e16ab02d106717319e4a9bff537db13e3c
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js b/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
index 49fb789343..a0cb33a80a 100644
--- a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
@@ -106,7 +106,7 @@ describe('Sheet Operations.', function () {
selectOptionFromContextMenu('Delete Sheet...');
- clickVexDialogButton('OK');
+ cy.get('#delete-sheet-modal-response').click();
assertNumberofSheets(1);
});