summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cypress_test/integration_tests/mobile/calc/apply_font_spec.js3
-rw-r--r--cypress_test/integration_tests/mobile/calc/focus_spec.js6
-rw-r--r--cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js3
-rw-r--r--cypress_test/integration_tests/mobile/calc/number_format_spec.js3
4 files changed, 0 insertions, 15 deletions
diff --git a/cypress_test/integration_tests/mobile/calc/apply_font_spec.js b/cypress_test/integration_tests/mobile/calc/apply_font_spec.js
index a668c1e4c6..ccfc5c0526 100644
--- a/cypress_test/integration_tests/mobile/calc/apply_font_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/apply_font_spec.js
@@ -15,9 +15,6 @@ describe('Apply font changes.', function() {
calcHelper.clickOnFirstCell();
- cy.get('.leaflet-marker-icon')
- .should('be.visible');
-
// Open character properties
mobileHelper.openTextPropertiesPanel();
});
diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js b/cypress_test/integration_tests/mobile/calc/focus_spec.js
index 8fb72a07c3..32de6dcc4e 100644
--- a/cypress_test/integration_tests/mobile/calc/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js
@@ -29,9 +29,6 @@ describe('Calc focus tests', function() {
// One tap on another cell -> no focus on the document
calcHelper.clickOnFirstCell();
- cy.get('.leaflet-marker-icon')
- .should('be.visible');
-
// No focus
cy.document().its('activeElement.tagName')
.should('be.eq', 'BODY');
@@ -62,9 +59,6 @@ describe('Calc focus tests', function() {
// One tap on a cell -> no document focus
calcHelper.clickOnFirstCell();
- cy.get('.leaflet-marker-icon')
- .should('be.visible');
-
// No focus
cy.document().its('activeElement.tagName')
.should('be.eq', 'BODY');
diff --git a/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js b/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
index e3b3435142..7613d501bd 100644
--- a/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
@@ -17,9 +17,6 @@ describe('Calc insertion wizard.', function() {
calcHelper.clickOnFirstCell();
- cy.get('.leaflet-marker-icon')
- .should('be.visible');
-
mobileHelper.openInsertionWizard();
});
diff --git a/cypress_test/integration_tests/mobile/calc/number_format_spec.js b/cypress_test/integration_tests/mobile/calc/number_format_spec.js
index f9b5eb25f5..58088242ed 100644
--- a/cypress_test/integration_tests/mobile/calc/number_format_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/number_format_spec.js
@@ -15,9 +15,6 @@ describe('Apply number formatting.', function() {
calcHelper.clickOnFirstCell();
- cy.get('.leaflet-marker-icon')
- .should('be.visible');
-
mobileHelper.openMobileWizard();
helper.clickOnIdle('#ScNumberFormatPropertyPanel');