summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/multiuser/impress
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-01-24 21:41:21 +0530
committerRashesh Padia <rasheshpadia419@gmail.com>2022-01-25 09:58:35 +0530
commit111d5f5483242173b46b08006002d99d2e831b53 (patch)
tree9d934e5271fb132dffedda18b74f3cb6ff774055 /cypress_test/integration_tests/multiuser/impress
parentbrowser: improve logging by using custom logging methods instead of console o... (diff)
downloadonline-111d5f5483242173b46b08006002d99d2e831b53.tar.gz
online-111d5f5483242173b46b08006002d99d2e831b53.zip
cypress: fix: inconsistent text wrapping tests in calc
removed unnecessary 'retries' parameters from the tests we already have default global value for retries no need for specific tests Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: Idc78831ce240d4d840f3dbc785e66165c6e07d3d
Diffstat (limited to 'cypress_test/integration_tests/multiuser/impress')
-rw-r--r--cypress_test/integration_tests/multiuser/impress/repair_document_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js b/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js
index 6da35a2ae7..ff982505f9 100644
--- a/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js
+++ b/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js
@@ -62,11 +62,11 @@ describe.skip('Repair Document', function() {
helper.expectTextForClipboard('Hello', frameId1);
}
- it('Repair by user-2', { retries : 2 }, function() {
+ it('Repair by user-2', function() {
repairDoc('#iframe1', '#iframe2');
});
- it('Repair by user-1', { retries : 2 }, function() {
+ it('Repair by user-1', function() {
repairDoc('#iframe2', '#iframe1');
});
});