forked from verdnatura/salix-front
fix: deleted code
This commit is contained in:
parent
2c73ce28c3
commit
768e15755f
|
@ -18,23 +18,6 @@ describe('WagonCreate', () => {
|
|||
// Save
|
||||
cy.get('button[type="submit"]').click();
|
||||
|
||||
// Check data has been saved successfully
|
||||
cy.waitForElement('.q-card');
|
||||
|
||||
// cy.get('.cursor-text').should('have.text', '1234');
|
||||
// cy.get(':nth-child(1) > .vn-label-value > .label > span').should(
|
||||
// 'have.text',
|
||||
// '1234ABCD'
|
||||
// );
|
||||
// cy.get(':nth-child(2) > .vn-label-value > .label > span').should(
|
||||
// 'have.text',
|
||||
// '100'
|
||||
// );
|
||||
// cy.get(':nth-child(3) > .vn-label-value > .label > span').should(
|
||||
// 'have.text',
|
||||
// 'Wagon Type #1'
|
||||
// );
|
||||
|
||||
// Delete wagon type created
|
||||
cy.get(
|
||||
'[to="/null/2"] > .q-card > .column > [title="Remove"] > .q-btn__content > .q-icon'
|
||||
|
|
Loading…
Reference in New Issue