test: refs #8484 await main content loaded #1318

Merged
alexm merged 54 commits from 8484-waitToDomContentLoadedInTests into dev 2025-02-27 06:19:45 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6be01d48fd - Show all commits

View File

@ -16,7 +16,8 @@ describe('Item list', () => {
cy.get('.q-virtual-scroll__content > :nth-child(4) > :nth-child(4)').click();
});
it('should create an item', () => {
// https://redmine.verdnatura.es/issues/8421
it.skip('should create an item', () => {
const data = {
Description: { val: `Test item` },
Type: { val: `Crisantemo`, type: 'select' },
@ -25,7 +26,6 @@ describe('Item list', () => {
};
cy.dataCy('vnTableCreateBtn').click();
cy.fillInForm(data);
cy.dataCy('Origin_select').click(); // This form maintains the q.menu open and needs to be closed.
cy.dataCy('FormModelPopup_save').click();
cy.checkNotification('Data created');
cy.get(