This commit is contained in:
parent
9782288d97
commit
8cf8b7d4ec
|
@ -5,8 +5,8 @@ describe('EntryList', () => {
|
|||
cy.login('buyer');
|
||||
cy.visit(`/#/entry/list`);
|
||||
});
|
||||
|
||||
it('View popup summary', () => {
|
||||
// fix on task https://redmine.verdnatura.es/issues/8638
|
||||
it.skip('View popup summary', () => {
|
||||
cy.createEntry();
|
||||
cy.get('.q-notification__message').eq(0).should('have.text', 'Data created');
|
||||
cy.waitForElement('[data-cy="entry-buys"]');
|
||||
|
|
Loading…
Reference in New Issue