From 3fe2d57be4352240e649f6e054f5fbf6bff454b3 Mon Sep 17 00:00:00 2001 From: Stanslav Zaytsev Date: Thu, 7 Mar 2024 14:35:58 +0300 Subject: [PATCH] test(demo-integrations): removed old tests --- .../kit/number/number-prefix-postfix.cy.ts | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/projects/demo-integrations/src/tests/kit/number/number-prefix-postfix.cy.ts b/projects/demo-integrations/src/tests/kit/number/number-prefix-postfix.cy.ts index fad27a6ad..c8ce91a8f 100644 --- a/projects/demo-integrations/src/tests/kit/number/number-prefix-postfix.cy.ts +++ b/projects/demo-integrations/src/tests/kit/number/number-prefix-postfix.cy.ts @@ -313,26 +313,6 @@ describe('Number | Prefix & Postfix', () => { }); }); - describe('multi-character prefix "EUR " (no initial value & no caret guard)', () => { - beforeEach(() => { - cy.visit(DemoPath.Cypress); - cy.get('#multi-character-prefix input') - .focus() - .should('have.value', '') - .as('input'); - }); - - ['E', 'U', 'R'].forEach(char => { - it(`Empty input => Type "${char} => Textfield's value is "EUR "`, () => { - cy.get('@input') - .type(char) - .should('have.value', 'EUR ') - .should('have.prop', 'selectionStart', 'EUR '.length) - .should('have.prop', 'selectionEnd', 'EUR '.length); - }); - }); - }); - describe('prefix ends with the same character as postfix starts', () => { const prefix = 'lbs.​'; // padded with zero-width space