0
0
Fork 0

fix: refs #7599 fix spec remove enter key

This commit is contained in:
Pablo Natek 2024-06-19 10:16:33 +02:00
parent 6eb44b2cd6
commit 83428d0398
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ describe('WorkerPda', () => {
it('assign pda', () => {
cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click();
cy.get(deviceProductionField).type('{downArrow}{enter}');
cy.get('.vn-row > #simSerialNumber').type('123{enter}');
cy.get('.q-notification__message').should('have.text', 'Data created');
});