#8582 - test: e2e monitorTicket #1391

Merged
jsegarra merged 51 commits from e2e_monitor into dev 2025-04-15 21:04:49 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit d8bea48b26 - Show all commits

View File

@ -4,7 +4,6 @@ const firstRow = (field, index = 1) =>
describe('Monitor Tickets Table', () => {
beforeEach(() => {
cy.login('developer');
cy.viewport(1920, 720);
cy.visit('/#/monitor/tickets');
cy.waitForElement('.q-page');
cy.intercept('GET', '**/SalesMonitors/salesFilter*').as('filterRequest');

View File

@ -68,6 +68,7 @@ const waitForApiReady = (url, maxRetries = 20, delay = 1000) => {
};
before(() => {
cy.viewport(1920, 720);
jsegarra marked this conversation as resolved Outdated

Una resolución un poco rara no? Supongo que querías poner 1080

Una resolución un poco rara no? Supongo que querías poner 1080

Lo debí copiar de algún sitio.
Aprovecho para quitarlo

Lo debí copiar de algún sitio. Aprovecho para quitarlo
waitForApiReady('/api/Applications/status');
});