summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/calc/focus_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/calc/focus_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/calc/focus_spec.js6
1 files changed, 0 insertions, 6 deletions
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');