Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Satorres aa524aa14d Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 5455-quitSkipsE2E
gitea/salix/pipeline/head This commit looks good Details
2023-05-23 14:56:24 +02:00
Carlos Satorres 8d7571705c refs #5455 e2e quit skip
gitea/salix/pipeline/head This commit looks good Details
2023-05-23 14:56:10 +02:00
2 changed files with 0 additions and 3 deletions

View File

@ -197,7 +197,6 @@ describe('Ticket Edit sale path', () => {
});
it('should check in the history that logs has been added', async() => {
pending('https://redmine.verdnatura.es/issues/5455');
await page.reload({waitUntil: ['networkidle0', 'domcontentloaded']});
await page.waitToClick(selectors.ticketSales.firstSaleHistoryButton);
await page.waitForSelector(selectors.ticketSales.firstSaleHistory);

View File

@ -90,13 +90,11 @@ describe('Travel basic data path', () => {
});
it('should navigate to the travel logs', async() => {
pending('https://redmine.verdnatura.es/issues/5455');
await page.accessToSection('travel.card.log');
await page.waitForState('travel.card.log');
});
it('should check the 1st log contains details from the changes made', async() => {
pending('https://redmine.verdnatura.es/issues/5455');
const result = await page.waitToGetProperty(selectors.travelLog.firstLogFirstTD, 'innerText');
expect(result).toContain('new reference!');