forked from verdnatura/salix-front
fix: refs #7599 fix spec remove enter key
This commit is contained in:
parent
6eb44b2cd6
commit
83428d0398
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue